Commit 1f5b12d4 authored by Russell King's avatar Russell King Committed by Shawn Guo

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: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 455ae0c3
...@@ -73,6 +73,17 @@ fan-temperature-ctrlr@18 { ...@@ -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 { i2c@3 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment