mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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:
parent
48ba87be3f
commit
48c45702c3
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user