aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@freescale.com>2015-07-07 14:17:41 +0800
committerScott Wood <scottwood@freescale.com>2015-08-07 22:59:32 -0500
commitadd888d6b2db1c52a273093f741e449cf9a28342 (patch)
tree39d00f4eeb7de97db8c693ef8d51702ac8c00d5f /arch/powerpc/boot
parentpowerpc/t1024rdb: add ina220 current sensor node (diff)
downloadlinux-dev-add888d6b2db1c52a273093f741e449cf9a28342.tar.xz
linux-dev-add888d6b2db1c52a273093f741e449cf9a28342.zip
powerpc/t1023rdb: add ina220 current sensor node
Add support for INA220 current sensor. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/t1023rdb.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/t1023rdb.dts b/arch/powerpc/boot/dts/t1023rdb.dts
index 06b090aba066..aa50885b9212 100644
--- a/arch/powerpc/boot/dts/t1023rdb.dts
+++ b/arch/powerpc/boot/dts/t1023rdb.dts
@@ -99,6 +99,17 @@
};
i2c@118100 {
+ current-sensor@40 {
+ compatible = "ti,ina220";
+ reg = <0x40>;
+ shunt-resistor = <1000>;
+ };
+
+ current-sensor@41 {
+ compatible = "ti,ina220";
+ reg = <0x41>;
+ shunt-resistor = <1000>;
+ };
};
};