ARM: dts: aspeed: romed8hm3: Add lm25066 sense resistor values
authorZev Weiss <zev@bewilderbeest.net>
Thu, 31 Mar 2022 02:24:24 +0000 (19:24 -0700)
committerJoel Stanley <joel@jms.id.au>
Wed, 13 Apr 2022 02:23:52 +0000 (11:53 +0930)
With this property set the sensor readings from these devices can now
be calibrated properly.

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Fixes: a9a3d60b937a ("ARM: dts: aspeed: Add ASRock ROMED8HM3 BMC")
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20220331022425.28606-1-zev@bewilderbeest.net
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-asrock-romed8hm3.dts

index e71ccfd..572a43e 100644 (file)
        lm25066@40 {
                compatible = "lm25066";
                reg = <0x40>;
+               shunt-resistor-micro-ohms = <1000>;
        };
 
        /* 12VSB PMIC */
        lm25066@41 {
                compatible = "lm25066";
                reg = <0x41>;
+               shunt-resistor-micro-ohms = <10000>;
        };
 };