[PATCH] powerpc/86xx: Add I2C device mappings in DTS for SBC610

Martyn Welch martyn.welch at gefanuc.com
Tue May 19 19:40:57 EST 2009


Mappings for temperature sensors (adt7461 and lm92) are missing from the
SBC610's DTS file.

Signed-off-by: Martyn Welch <martyn.welch at gefanuc.com>
---

 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 6898d7e..85d1416 100644
--- a/arch/powerpc/boot/dts/gef_sbc610.dts
+++ b/arch/powerpc/boot/dts/gef_sbc610.dts
@@ -153,6 +153,16 @@
 			interrupt-parent = <&mpic>;
 			dfsrr;
 
+			hwmon at 48 {
+				compatible = "national,lm92";
+				reg = <0x48>;
+			};
+
+			hwmon at 4c {
+				compatible = "adi,adt7461";
+				reg = <0x4c>;
+			};
+
 			rtc at 51 {
 				compatible = "epson,rx8581";
 				reg = <0x00000051>;



More information about the Linuxppc-dev mailing list