[PATCH 1/2] ARM: dts: aspeed: romed8hm3: Add lm25066 sense resistor values
Zev Weiss
zev at bewilderbeest.net
Thu Mar 31 13:24:24 AEDT 2022
With this property set the sensor readings from these devices can now
be calibrated properly.
Signed-off-by: Zev Weiss <zev at bewilderbeest.net>
---
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 at 4c {
lm25066 at 40 {
compatible = "lm25066";
reg = <0x40>;
+ shunt-resistor-micro-ohms = <1000>;
};
/* 12VSB PMIC */
lm25066 at 41 {
compatible = "lm25066";
reg = <0x41>;
+ shunt-resistor-micro-ohms = <10000>;
};
};
--
2.35.1
More information about the openbmc
mailing list