diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-10-30 06:41:25 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-21 17:19:39 -0500 |
commit | 14bedd4afbd10a89b50f439f88cdd01c999ecd16 (patch) | |
tree | 37ef5eedc69efe37839f7469d5f2fb7ac69dbfa3 /arch/arm | |
parent | 9eab21cffcdfc7869e2342651b276141b335fb89 (diff) |
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: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts index cb7f0d972c6f..13ce6ae364cc 100644 --- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts +++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | |||
@@ -111,6 +111,11 @@ | |||
111 | i2c@d0011100 { | 111 | i2c@d0011100 { |
112 | status = "okay"; | 112 | status = "okay"; |
113 | clock-frequency = <400000>; | 113 | clock-frequency = <400000>; |
114 | |||
115 | s35390a: s35390a@30 { | ||
116 | compatible = "s35390a"; | ||
117 | reg = <0x30>; | ||
118 | }; | ||
114 | }; | 119 | }; |
115 | }; | 120 | }; |
116 | }; | 121 | }; |