powerpc/85xx: TQM85xx - add i2c device nodes for LM75

Automatic I2C device probing is not done any more. Therefore we need
proper DTS device node definitions for the I2C LM75 thermal sensor on
the TQM85xx modules.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
Wolfgang Grandegger 2009-01-29 13:49:17 +01:00 коммит произвёл Kumar Gala
Родитель 7a3852417c
Коммит 0f73a449a6
6 изменённых файлов: 30 добавлений и 0 удалений

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

@ -84,6 +84,11 @@
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
dfsrr; dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 { rtc@68 {
compatible = "dallas,ds1337"; compatible = "dallas,ds1337";
reg = <0x68>; reg = <0x68>;

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

@ -83,6 +83,11 @@
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
dfsrr; dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 { rtc@68 {
compatible = "dallas,ds1337"; compatible = "dallas,ds1337";
reg = <0x68>; reg = <0x68>;

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

@ -85,6 +85,11 @@
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
dfsrr; dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 { rtc@68 {
compatible = "dallas,ds1337"; compatible = "dallas,ds1337";
reg = <0x68>; reg = <0x68>;

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

@ -85,6 +85,11 @@
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
dfsrr; dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 { rtc@68 {
compatible = "dallas,ds1337"; compatible = "dallas,ds1337";
reg = <0x68>; reg = <0x68>;

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

@ -83,6 +83,11 @@
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
dfsrr; dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 { rtc@68 {
compatible = "dallas,ds1337"; compatible = "dallas,ds1337";
reg = <0x68>; reg = <0x68>;

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

@ -85,6 +85,11 @@
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
dfsrr; dfsrr;
dtt@50 {
compatible = "national,lm75";
reg = <0x50>;
};
rtc@68 { rtc@68 {
compatible = "dallas,ds1337"; compatible = "dallas,ds1337";
reg = <0x68>; reg = <0x68>;