ARM: dts: socfpga: add the LTC2977 power monitor on Arria10 devkit
authorDinh Nguyen <dinguyen@kernel.org>
Sun, 18 Dec 2016 03:42:32 +0000 (21:42 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 5 Jan 2017 00:12:10 +0000 (18:12 -0600)
Add the I2C LTC 2977 power monitor that is on the Arria10 devkit.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi

index 17ec17a..4c99c99 100644 (file)
                compatible = "dallas,ds1339";
                reg = <0x68>;
        };
+
+       ltc@5c {
+               compatible = "ltc2977";
+               reg = <0x5c>;
+       };
 };
 
 &uart1 {