diff options
author | Biwen Li <biwen.li@nxp.com> | 2020-07-14 15:08:28 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-20 10:31:11 +0800 |
commit | 7339115a8bee885928a13b9fc066001a5deeb353 (patch) | |
tree | 7067b0e01602f90418101e774cd6e79c08a7eeab /arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | |
parent | ac887041c8eb54aabed9755d968c257252e068e3 (diff) | |
download | lwn-7339115a8bee885928a13b9fc066001a5deeb353.tar.gz lwn-7339115a8bee885928a13b9fc066001a5deeb353.zip |
arm64: dts: lx2160a-rdb: fix shunt-resistor value
Fix value of shunt-resistor property.
The LX2160A-RDB has 500 uOhm shunt for
the INA220, not 1000 uOhm. Unless
it will get wrong power consumption(1/2)
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts index 22d0308eb13b..54fe8cd3a711 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts @@ -121,7 +121,7 @@ power-monitor@40 { compatible = "ti,ina220"; reg = <0x40>; - shunt-resistor = <1000>; + shunt-resistor = <500>; }; }; |