arm64: dts: lx2160a-cex7: add support for ltc3882 regulator

Add support for the LTC3882 regulator so that the hardware monitoring
can be used with this device.  This regulator provides the 0.78V
supply for the LX2160A.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Russell King 2020-02-27 12:06:22 +00:00 committed by Shawn Guo
parent 455ae0c368
commit 1f5b12d4a9

View file

@ -73,6 +73,17 @@ fan-temperature-ctrlr@18 {
};
};
i2c@2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
regulator@5c {
compatible = "lltc,ltc3882";
reg = <0x5c>;
};
};
i2c@3 {
#address-cells = <1>;
#size-cells = <0>;