From: Martyn Welch Date: Tue, 19 May 2009 09:40:57 +0000 (+0100) Subject: powerpc/86xx: Add I2C device mappings in DTS for SBC610 X-Git-Tag: v2.6.31-rc1~110^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a5c62fbfb86e731eab0798a1a02ff0d915ea10a;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 Signed-off-by: Kumar Gala --- 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>;