arm64: dts: lx2160a-cex7: add support for ltc3882 regulator
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 27 Feb 2020 12:06:22 +0000 (12:06 +0000)
committerShawn Guo <shawnguo@kernel.org>
Wed, 11 Mar 2020 07:58:13 +0000 (15:58 +0800)
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>
arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi

index 071e216..01c5420 100644 (file)
                        };
                };
 
+               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>;