diff options
author | Hongtao Jia <hongtao.jia@freescale.com> | 2014-11-05 14:59:53 +0800 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-11-07 18:10:48 -0600 |
commit | 94701fcb2f085cef29b29051f21de7fc3718217a (patch) | |
tree | 4ecaa721b85eecc469249d0c8c1fdc78429ef579 /arch/powerpc/boot/dts/p5020ds.dts | |
parent | 3b6b17900bfa3c1929741e720495beaa559b2aff (diff) | |
download | linux-94701fcb2f085cef29b29051f21de7fc3718217a.tar.gz linux-94701fcb2f085cef29b29051f21de7fc3718217a.tar.bz2 linux-94701fcb2f085cef29b29051f21de7fc3718217a.zip |
powerpc: Add INA220 to device tree for supported boards
Including: P3041DS P5020DS P5040DS 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/p5020ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p5020ds.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p5020ds.dts b/arch/powerpc/boot/dts/p5020ds.dts index 2869fea717dd..b7f3057cd894 100644 --- a/arch/powerpc/boot/dts/p5020ds.dts +++ b/arch/powerpc/boot/dts/p5020ds.dts @@ -98,6 +98,26 @@ reg = <0x68>; interrupts = <0x1 0x1 0 0>; }; + ina220@40 { + compatible = "ti,ina220"; + reg = <0x40>; + shunt-resistor = <1000>; + }; + ina220@41 { + compatible = "ti,ina220"; + reg = <0x41>; + shunt-resistor = <1000>; + }; + ina220@44 { + compatible = "ti,ina220"; + reg = <0x44>; + shunt-resistor = <1000>; + }; + ina220@45 { + compatible = "ti,ina220"; + reg = <0x45>; + shunt-resistor = <1000>; + }; adt7461@4c { compatible = "adi,adt7461"; reg = <0x4c>; |