diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-05-19 05:40:57 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-06-15 22:45:31 -0400 |
commit | 7a5c62fbfb86e731eab0798a1a02ff0d915ea10a (patch) | |
tree | 931851a3e6aa2bfa8f293b25e23f66dfb1633e03 /arch/powerpc/boot | |
parent | b4a31c94b6445b9e2cfe62efbb8109ac6ebd11aa (diff) |
powerpc/86xx: Add I2C device mappings in DTS for SBC610
Mappings for temperature sensors (adt7461 and lm92) are missing from the
SBC610's DTS file.
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/gef_sbc610.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/boot/dts/gef_sbc610.dts index 217f8aa66725..35a63183eecc 100644 --- a/arch/powerpc/boot/dts/gef_sbc610.dts +++ b/arch/powerpc/boot/dts/gef_sbc610.dts | |||
@@ -152,6 +152,16 @@ | |||
152 | interrupt-parent = <&mpic>; | 152 | interrupt-parent = <&mpic>; |
153 | dfsrr; | 153 | dfsrr; |
154 | 154 | ||
155 | hwmon@48 { | ||
156 | compatible = "national,lm92"; | ||
157 | reg = <0x48>; | ||
158 | }; | ||
159 | |||
160 | hwmon@4c { | ||
161 | compatible = "adi,adt7461"; | ||
162 | reg = <0x4c>; | ||
163 | }; | ||
164 | |||
155 | rtc@51 { | 165 | rtc@51 { |
156 | compatible = "epson,rx8581"; | 166 | compatible = "epson,rx8581"; |
157 | reg = <0x00000051>; | 167 | reg = <0x00000051>; |