projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac88704
)
arm64: dts: lx2160a-rdb: fix shunt-resistor value
author
Biwen Li
<biwen.li@nxp.com>
Tue, 14 Jul 2020 07:08:28 +0000
(15:08 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 20 Jul 2020 02:31:11 +0000
(10:31 +0800)
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>
arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
index 22d0308eb13b6178f85649c4db9da730420f6277..54fe8cd3a711cddf4497b38bd24e337634089841 100644
(file)
--- 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 = <
10
00>;
+ shunt-resistor = <
5
00>;
};
};