From eec616d163a4d795d40d7a85fcb0150dcfc3c955 Mon Sep 17 00:00:00 2001 From: Yuan Yao Date: Fri, 3 Jul 2015 15:49:50 +0800 Subject: arm/dts: Add node for ina220 on LS1021ATWR-Rev Signed-off-by: Yuan Yao Change-Id: Iae6ec5f13ae85e26c2bf50efe55e81d91eba3d8d Reviewed-on: http://git.am.freescale.net:8181/39246 Tested-by: Review Code-CDREVIEW Reviewed-by: Zhengxiong Jin diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts index f69e745..845a6fb 100755 --- a/arch/arm/boot/dts/ls1021a-twr.dts +++ b/arch/arm/boot/dts/ls1021a-twr.dts @@ -134,6 +134,18 @@ &i2c0 { status = "okay"; + + ina220@40 { + compatible = "ti,ina220"; + reg = <0x40>; + shunt-resistor = <1000>; + }; + + ina220@41 { + compatible = "ti,ina220"; + reg = <0x41>; + shunt-resistor = <1000>; + }; }; &i2c1 { -- cgit v0.10.2