diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2008-11-20 03:52:09 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-12-03 11:47:35 -0500 |
commit | d3a8cdab2ff2f8acbe48e18ed471b0812785e390 (patch) | |
tree | 0cc2ad350e26af414174c37f6f308ba791e9fc17 /arch/powerpc/boot/dts | |
parent | 24a99596f7465274a8e65ddd29a7d9028969b9f9 (diff) |
powerpc/86xx: Add use of Epson RTX-8581 RTC to GE Fanuc SBC610 dts
Adding use of newly added Epson RTX-8581 real-time clock driver to GE
Fanuc SBC610's dts file and adding driver to default config.
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r-- | arch/powerpc/boot/dts/gef_sbc610.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts index e48cfa740c8a..c5d546a61f5b 100644 --- a/arch/powerpc/boot/dts/gef_sbc610.dts +++ b/arch/powerpc/boot/dts/gef_sbc610.dts | |||
@@ -119,6 +119,11 @@ | |||
119 | interrupt-parent = <&mpic>; | 119 | interrupt-parent = <&mpic>; |
120 | dfsrr; | 120 | dfsrr; |
121 | 121 | ||
122 | rtc@51 { | ||
123 | compatible = "epson,rx8581"; | ||
124 | reg = <0x00000051>; | ||
125 | }; | ||
126 | |||
122 | eti@6b { | 127 | eti@6b { |
123 | compatible = "dallas,ds1682"; | 128 | compatible = "dallas,ds1682"; |
124 | reg = <0x6b>; | 129 | reg = <0x6b>; |