aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@grandegger.com>2008-06-26 15:15:43 +0200
committerKumar Gala <galak@kernel.crashing.org>2008-07-14 07:55:34 -0500
commita3083220c089c626a66b66af0eff4f9220d5b797 (patch)
tree72f81386ecfbab37cc21e923de8b10519bf43dea /arch/powerpc/boot
parentpowerpc/86xx: mpc8610_hpcd: fix interrupt trigger type for ULi IDE (diff)
downloadlinux-dev-a3083220c089c626a66b66af0eff4f9220d5b797.tar.xz
linux-dev-a3083220c089c626a66b66af0eff4f9220d5b797.zip
powerpc/85xx: TQM8548: add missing support for RTC and LM75
It adds the missing RTC node to tqm8548.dts and enables support for I2C, DS1307 and LM75 in the default configuration. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/tqm8548.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/tqm8548.dts b/arch/powerpc/boot/dts/tqm8548.dts
index 13cd7280cb26..2563112cabd3 100644
--- a/arch/powerpc/boot/dts/tqm8548.dts
+++ b/arch/powerpc/boot/dts/tqm8548.dts
@@ -83,6 +83,11 @@
interrupts = <43 2>;
interrupt-parent = <&mpic>;
dfsrr;
+
+ rtc@68 {
+ compatible = "dallas,ds1337";
+ reg = <0x68>;
+ };
};
i2c@3100 {