powerpc: Add ADT7461 to device tree for supported boards

Including: T104xRDB T208xQDS B4QDS

Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
Hongtao Jia 2014-11-05 14:59:52 +08:00 committed by Scott Wood
parent 19bc4808f9
commit 3b6b17900b
3 changed files with 29 additions and 0 deletions

View File

@ -152,6 +152,17 @@
reg = <0x68>;
};
};
i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x3>;
adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
};
};
};

View File

@ -83,6 +83,13 @@
};
};
i2c@118000 {
adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
};
i2c@118100 {
pca9546@77 {
compatible = "nxp,pca9546";

View File

@ -169,6 +169,17 @@
shunt-resistor = <1000>;
};
};
i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x3>;
adt7461@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
};
};
};