mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
ARM: dts: aspeed: sanmiguel: fix PDB HSC shunt resistor
Correct the shunt-resistor-micro-ohms values for the four TI LM5066i hot-swap controllers on the PDB. This ensures accurate current and power sensor readings from the hardware monitors. Signed-off-by: Mike Hsieh <mike.quanta.115@gmail.com> Link: https://patch.msgid.link/20260618-sanmiguel-dts-config-hsc-lm5066i-v1-1-cccf959c9b78@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
1420679cff
commit
cb96bb0b28
|
|
@ -450,7 +450,7 @@ pdb_mps_hsc1: power-monitor@10 {
|
|||
pdb_ti_hsc1: power-monitor@11 {
|
||||
compatible = "ti,lm5066i";
|
||||
reg = <0x11>;
|
||||
shunt-resistor-micro-ohms = <763>;
|
||||
shunt-resistor-micro-ohms = <1000>;
|
||||
};
|
||||
|
||||
pdb_mps_hsc2: power-monitor@12 {
|
||||
|
|
@ -461,7 +461,7 @@ pdb_mps_hsc2: power-monitor@12 {
|
|||
pdb_ti_hsc2: power-monitor@13 {
|
||||
compatible = "ti,lm5066i";
|
||||
reg = <0x13>;
|
||||
shunt-resistor-micro-ohms = <294>;
|
||||
shunt-resistor-micro-ohms = <321>;
|
||||
};
|
||||
|
||||
pdb_mps_hsc3: power-monitor@14 {
|
||||
|
|
@ -472,7 +472,7 @@ pdb_mps_hsc3: power-monitor@14 {
|
|||
pdb_ti_hsc3: power-monitor@15 {
|
||||
compatible = "ti,lm5066i";
|
||||
reg = <0x15>;
|
||||
shunt-resistor-micro-ohms = <294>;
|
||||
shunt-resistor-micro-ohms = <321>;
|
||||
};
|
||||
|
||||
pdb_mps_hsc4: power-monitor@16 {
|
||||
|
|
@ -483,7 +483,7 @@ pdb_mps_hsc4: power-monitor@16 {
|
|||
pdb_ti_hsc4: power-monitor@17 {
|
||||
compatible = "ti,lm5066i";
|
||||
reg = <0x17>;
|
||||
shunt-resistor-micro-ohms = <381>;
|
||||
shunt-resistor-micro-ohms = <500>;
|
||||
};
|
||||
|
||||
pdb_ioexp_20: gpio@20 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user