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>
This commit is contained in:
Martyn Welch 2009-05-19 10:40:57 +01:00 коммит произвёл Kumar Gala
Родитель b4a31c94b6
Коммит 7a5c62fbfb
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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>;