Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e2c972c authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: dts: socfpga: add the LTC2977 power monitor on Arria10 devkit



Add the I2C LTC 2977 power monitor that is on the Arria10 devkit.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent a0c7807c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -145,6 +145,11 @@
		compatible = "dallas,ds1339";
		reg = <0x68>;
	};

	ltc@5c {
		compatible = "ltc2977";
		reg = <0x5c>;
	};
};

&uart1 {