diff options
author | Reynes Philippe <philippe.reynes@isismpp.fr> | 2009-02-02 10:59:01 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-02-02 11:01:05 -0500 |
commit | 960d82aa5ba971aa9da86a41881cb8dc8f96e397 (patch) | |
tree | 38d6828ea902f450278d619c9d8b8213f32e4f1a /arch/powerpc/boot/dts/mpc8379_rdb.dts | |
parent | 0f73a449a649acfca91404a98a35353a618b9555 (diff) |
powerpc/83xx: Add lm75 to MPC837x RDB dts
Signed-off-by: Philippe Reynes <philippe.reynes@isismpp.fr>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8379_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8379_rdb.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts b/arch/powerpc/boot/dts/mpc8379_rdb.dts index 1985cef32db5..6dac476a415f 100644 --- a/arch/powerpc/boot/dts/mpc8379_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts | |||
@@ -135,6 +135,11 @@ | |||
135 | interrupt-parent = <&ipic>; | 135 | interrupt-parent = <&ipic>; |
136 | dfsrr; | 136 | dfsrr; |
137 | 137 | ||
138 | dtt@48 { | ||
139 | compatible = "national,lm75"; | ||
140 | reg = <0x48>; | ||
141 | }; | ||
142 | |||
138 | at24@50 { | 143 | at24@50 { |
139 | compatible = "at24,24c256"; | 144 | compatible = "at24,24c256"; |
140 | reg = <0x50>; | 145 | reg = <0x50>; |