diff options
author | Hongtao Jia <hongtao.jia@freescale.com> | 2014-11-05 14:59:52 +0800 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-11-07 18:10:48 -0600 |
commit | 3b6b17900bfa3c1929741e720495beaa559b2aff (patch) | |
tree | e155e6c3496f5a6aed2a5a621283b4192e789a51 /arch/powerpc/boot/dts/t104xrdb.dtsi | |
parent | 19bc4808f9ecdef9ca3f3b3807a5228b00d74f83 (diff) | |
download | linux-3b6b17900bfa3c1929741e720495beaa559b2aff.tar.gz |
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>
Diffstat (limited to 'arch/powerpc/boot/dts/t104xrdb.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/t104xrdb.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/t104xrdb.dtsi b/arch/powerpc/boot/dts/t104xrdb.dtsi index 1cf0f3c5f7e5..187add885cae 100644 --- a/arch/powerpc/boot/dts/t104xrdb.dtsi +++ b/arch/powerpc/boot/dts/t104xrdb.dtsi @@ -83,6 +83,13 @@ }; }; + i2c@118000 { + adt7461@4c { + compatible = "adi,adt7461"; + reg = <0x4c>; + }; + }; + i2c@118100 { pca9546@77 { compatible = "nxp,pca9546"; |