ARM: dts: aspeed: catalina: revise ltc4287 shunt-resistor value

Fix wrong shunt-resistor settings of two ltc4287 nodes.

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Link: https://patch.msgid.link/20241121-catalina-dts-20241120-v1-1-e4212502624b@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Potin Lai 2024-11-21 12:34:04 +08:00 committed by Andrew Jeffery
parent 48ba87be3f
commit 48c45702c3

View File

@ -452,12 +452,12 @@ i2c1mux0ch4: i2c@4 {
power-monitor@42 {
compatible = "lltc,ltc4287";
reg = <0x42>;
shunt-resistor-micro-ohms = <200>;
shunt-resistor-micro-ohms = <100>;
};
power-monitor@43 {
compatible = "lltc,ltc4287";
reg = <0x43>;
shunt-resistor-micro-ohms = <200>;
shunt-resistor-micro-ohms = <100>;
};
};
i2c1mux0ch5: i2c@5 {