Skip to content

Commit 48c4570

Browse files
potinlaiamboar
authored andcommitted
ARM: dts: aspeed: catalina: revise ltc4287 shunt-resistor value
Fix wrong shunt-resistor settings of two ltc4287 nodes. Signed-off-by: Potin Lai <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Andrew Jeffery <[email protected]>
1 parent 48ba87b commit 48c4570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,12 +452,12 @@
452452
power-monitor@42 {
453453
compatible = "lltc,ltc4287";
454454
reg = <0x42>;
455-
shunt-resistor-micro-ohms = <200>;
455+
shunt-resistor-micro-ohms = <100>;
456456
};
457457
power-monitor@43 {
458458
compatible = "lltc,ltc4287";
459459
reg = <0x43>;
460-
shunt-resistor-micro-ohms = <200>;
460+
shunt-resistor-micro-ohms = <100>;
461461
};
462462
};
463463
i2c1mux0ch5: i2c@5 {

0 commit comments

Comments
 (0)