On Thu, 31 Mar 2022 at 02:24, Zev Weiss <zev@xxxxxxxxxxxxxxxxx> wrote: > > With this property set the sensor readings from these devices can now > be calibrated properly. > > Signed-off-by: Zev Weiss <zev@xxxxxxxxxxxxxxxxx> I guess: Fixes: a9a3d60b937a ("ARM: dts: aspeed: Add ASRock ROMED8HM3 BMC") Reviewed-by: Joel Stanley <joel@xxxxxxxxx> I'll send some fixes in after -rc1. > --- > arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts b/arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts > index e71ccfd1df63..572a43e57cac 100644 > --- a/arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts > +++ b/arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts > @@ -100,12 +100,14 @@ w83773g@4c { > lm25066@40 { > compatible = "lm25066"; > reg = <0x40>; > + shunt-resistor-micro-ohms = <1000>; > }; > > /* 12VSB PMIC */ > lm25066@41 { > compatible = "lm25066"; > reg = <0x41>; > + shunt-resistor-micro-ohms = <10000>; > }; > }; > > -- > 2.35.1 >