projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a31c9
)
powerpc/86xx: Add I2C device mappings in DTS for SBC610
author
Martyn Welch
<martyn.welch@gefanuc.com>
Tue, 19 May 2009 09:40:57 +0000
(10:40 +0100)
committer
Kumar Gala
<galak@kernel.crashing.org>
Tue, 16 Jun 2009 02:45:31 +0000
(21:45 -0500)
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>
arch/powerpc/boot/dts/gef_sbc610.dts
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/gef_sbc610.dts
b/arch/powerpc/boot/dts/gef_sbc610.dts
index 217f8aa6672579afef8b710e733d628ad7058b20..35a63183eeccbac072b9b4c58801340bd3f7f755 100644
(file)
--- 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>;