aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/tqm8560.dts
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@grandegger.com>2009-01-29 13:49:17 +0100
committerKumar Gala <galak@kernel.crashing.org>2009-02-02 09:40:59 -0600
commit0f73a449a649acfca91404a98a35353a618b9555 (patch)
tree45977d0a9b3ccc502ba51ecc2c3b1a888bbad137 /arch/powerpc/boot/dts/tqm8560.dts
parentpowerpc/85xx: TQM85xx - fix sensitivity of CAN interrupts (diff)
downloadlinux-dev-0f73a449a649acfca91404a98a35353a618b9555.tar.xz
linux-dev-0f73a449a649acfca91404a98a35353a618b9555.zip
powerpc/85xx: TQM85xx - add i2c device nodes for LM75
Automatic I2C device probing is not done any more. Therefore we need proper DTS device node definitions for the I2C LM75 thermal sensor on the TQM85xx modules. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/boot/dts/tqm8560.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/tqm8560.dts b/arch/powerpc/boot/dts/tqm8560.dts
index fe83d22118cc..3fa552f31edb 100644
--- a/arch/powerpc/boot/dts/tqm8560.dts
+++ b/arch/powerpc/boot/dts/tqm8560.dts
@@ -85,6 +85,11 @@
interrupt-parent = <&mpic>;
dfsrr;
+ dtt@50 {
+ compatible = "national,lm75";
+ reg = <0x50>;
+ };
+
rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;