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

Commit 1fd7b4dd authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Jason Cooper
Browse files

ARM: kirkwood: Add support second I2C bus and RTC on OpenBlocks A6



OpenBlocks A6 uses second I2C with RTC of s35390a.
This supports them.

Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 083651f2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
/dts-v1/;

/include/ "kirkwood.dtsi"
/include/ "kirkwood-6282.dtsi"

/ {
	model = "Plat'Home OpenBlocksA6";
@@ -35,5 +36,14 @@
			nr-ports = <1>;
			status = "okay";
		};

		i2c@11100 {
			status = "okay";

			s35390a: s35390a@30 {
				compatible = "s35390a";
				reg = <0x30>;
			};
		};
	};
};