diff options
author | Hongtao Jia <hongtao.jia@freescale.com> | 2014-11-05 01:59:53 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-11-07 19:10:48 -0500 |
commit | 94701fcb2f085cef29b29051f21de7fc3718217a (patch) | |
tree | 4ecaa721b85eecc469249d0c8c1fdc78429ef579 | |
parent | 3b6b17900bfa3c1929741e720495beaa559b2aff (diff) |
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>
-rw-r--r-- | arch/powerpc/boot/dts/b4qds.dtsi | 12 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/p3041ds.dts | 20 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/p5020ds.dts | 20 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/p5040ds.dts | 20 |
4 files changed, 72 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/b4qds.dtsi b/arch/powerpc/boot/dts/b4qds.dtsi index bccc9867bc6b..e5bde0b85135 100644 --- a/arch/powerpc/boot/dts/b4qds.dtsi +++ b/arch/powerpc/boot/dts/b4qds.dtsi | |||
@@ -153,6 +153,18 @@ | |||
153 | }; | 153 | }; |
154 | }; | 154 | }; |
155 | 155 | ||
156 | i2c@2 { | ||
157 | #address-cells = <1>; | ||
158 | #size-cells = <0>; | ||
159 | reg = <0x2>; | ||
160 | |||
161 | ina220@40 { | ||
162 | compatible = "ti,ina220"; | ||
163 | reg = <0x40>; | ||
164 | shunt-resistor = <1000>; | ||
165 | }; | ||
166 | }; | ||
167 | |||
156 | i2c@3 { | 168 | i2c@3 { |
157 | #address-cells = <1>; | 169 | #address-cells = <1>; |
158 | #size-cells = <0>; | 170 | #size-cells = <0>; |
diff --git a/arch/powerpc/boot/dts/p3041ds.dts b/arch/powerpc/boot/dts/p3041ds.dts index 2fed3bc0b990..394ea9c943c9 100644 --- a/arch/powerpc/boot/dts/p3041ds.dts +++ b/arch/powerpc/boot/dts/p3041ds.dts | |||
@@ -98,6 +98,26 @@ | |||
98 | reg = <0x68>; | 98 | reg = <0x68>; |
99 | interrupts = <0x1 0x1 0 0>; | 99 | interrupts = <0x1 0x1 0 0>; |
100 | }; | 100 | }; |
101 | ina220@40 { | ||
102 | compatible = "ti,ina220"; | ||
103 | reg = <0x40>; | ||
104 | shunt-resistor = <1000>; | ||
105 | }; | ||
106 | ina220@41 { | ||
107 | compatible = "ti,ina220"; | ||
108 | reg = <0x41>; | ||
109 | shunt-resistor = <1000>; | ||
110 | }; | ||
111 | ina220@44 { | ||
112 | compatible = "ti,ina220"; | ||
113 | reg = <0x44>; | ||
114 | shunt-resistor = <1000>; | ||
115 | }; | ||
116 | ina220@45 { | ||
117 | compatible = "ti,ina220"; | ||
118 | reg = <0x45>; | ||
119 | shunt-resistor = <1000>; | ||
120 | }; | ||
101 | adt7461@4c { | 121 | adt7461@4c { |
102 | compatible = "adi,adt7461"; | 122 | compatible = "adi,adt7461"; |
103 | reg = <0x4c>; | 123 | reg = <0x4c>; |
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 @@ | |||
98 | reg = <0x68>; | 98 | reg = <0x68>; |
99 | interrupts = <0x1 0x1 0 0>; | 99 | interrupts = <0x1 0x1 0 0>; |
100 | }; | 100 | }; |
101 | ina220@40 { | ||
102 | compatible = "ti,ina220"; | ||
103 | reg = <0x40>; | ||
104 | shunt-resistor = <1000>; | ||
105 | }; | ||
106 | ina220@41 { | ||
107 | compatible = "ti,ina220"; | ||
108 | reg = <0x41>; | ||
109 | shunt-resistor = <1000>; | ||
110 | }; | ||
111 | ina220@44 { | ||
112 | compatible = "ti,ina220"; | ||
113 | reg = <0x44>; | ||
114 | shunt-resistor = <1000>; | ||
115 | }; | ||
116 | ina220@45 { | ||
117 | compatible = "ti,ina220"; | ||
118 | reg = <0x45>; | ||
119 | shunt-resistor = <1000>; | ||
120 | }; | ||
101 | adt7461@4c { | 121 | adt7461@4c { |
102 | compatible = "adi,adt7461"; | 122 | compatible = "adi,adt7461"; |
103 | reg = <0x4c>; | 123 | reg = <0x4c>; |
diff --git a/arch/powerpc/boot/dts/p5040ds.dts b/arch/powerpc/boot/dts/p5040ds.dts index 860b5ccf76c0..7e04bf487c04 100644 --- a/arch/powerpc/boot/dts/p5040ds.dts +++ b/arch/powerpc/boot/dts/p5040ds.dts | |||
@@ -95,6 +95,26 @@ | |||
95 | reg = <0x68>; | 95 | reg = <0x68>; |
96 | interrupts = <0x1 0x1 0 0>; | 96 | interrupts = <0x1 0x1 0 0>; |
97 | }; | 97 | }; |
98 | ina220@40 { | ||
99 | compatible = "ti,ina220"; | ||
100 | reg = <0x40>; | ||
101 | shunt-resistor = <1000>; | ||
102 | }; | ||
103 | ina220@41 { | ||
104 | compatible = "ti,ina220"; | ||
105 | reg = <0x41>; | ||
106 | shunt-resistor = <1000>; | ||
107 | }; | ||
108 | ina220@44 { | ||
109 | compatible = "ti,ina220"; | ||
110 | reg = <0x44>; | ||
111 | shunt-resistor = <1000>; | ||
112 | }; | ||
113 | ina220@45 { | ||
114 | compatible = "ti,ina220"; | ||
115 | reg = <0x45>; | ||
116 | shunt-resistor = <1000>; | ||
117 | }; | ||
98 | adt7461@4c { | 118 | adt7461@4c { |
99 | compatible = "adi,adt7461"; | 119 | compatible = "adi,adt7461"; |
100 | reg = <0x4c>; | 120 | reg = <0x4c>; |