diff options
author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-05-19 09:40:57 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-06-16 02:45:31 (GMT) |
commit | 7a5c62fbfb86e731eab0798a1a02ff0d915ea10a (patch) | |
tree | 931851a3e6aa2bfa8f293b25e23f66dfb1633e03 /arch/powerpc/boot/dts | |
parent | b4a31c94b6445b9e2cfe62efbb8109ac6ebd11aa (diff) | |
download | linux-fsl-qoriq-7a5c62fbfb86e731eab0798a1a02ff0d915ea10a.tar.xz |
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/dts')
-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 217f8aa..35a6318 100644 --- a/arch/powerpc/boot/dts/gef_sbc610.dts +++ b/arch/powerpc/boot/dts/gef_sbc610.dts @@ -152,6 +152,16 @@ interrupt-parent = <&mpic>; dfsrr; + hwmon@48 { + compatible = "national,lm92"; + reg = <0x48>; + }; + + hwmon@4c { + compatible = "adi,adt7461"; + reg = <0x4c>; + }; + rtc@51 { compatible = "epson,rx8581"; reg = <0x00000051>; |