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

Commit 14bedd4a authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Thomas Petazzoni
Browse files

ARM: mvebu: Add support for the RTC in OpenBlocks AX3-4



The OpenBlocks AX3-4 has a Seiko Instruments S-35390A as the RTC
controller.  This patch enables this RTC device in the OpenBlocks
AX3-4 Device Tree.

[Thomas Petazzoni: updated with other OpenBlocks changes, rephrased
commit log.]
Signed-off-by: default avatarNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 9eab21cf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -111,6 +111,11 @@
		i2c@d0011100 {
			status = "okay";
			clock-frequency = <400000>;

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