[PATCH] ARM: dts: aspeed: clemente: add shunt-resistor-micro-ohms for LM5066i

Leo Wang posted 1 patch 2 weeks, 3 days ago
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts | 2 ++
1 file changed, 2 insertions(+)
[PATCH] ARM: dts: aspeed: clemente: add shunt-resistor-micro-ohms for LM5066i
Posted by Leo Wang 2 weeks, 3 days ago
Add the 'shunt-resistor-micro-ohms' property to the LM5066i power
monitors on I2C1 for the Meta Clemente BMC board. This accurately
describes the hardware and is required for proper power monitoring.

Signed-off-by: Leo Wang <leo.jt.wang@gmail.com>
---
 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts
index ecef44d8997775b26cac10353b42b03dc644f033..a614f947dafc9a6628c3f3d45b62ff3ca9d2b618 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts
@@ -642,12 +642,14 @@ &i2c1 {
 	power-monitor@12 {
 		compatible = "ti,lm5066i";
 		reg = <0x12>;
+		shunt-resistor-micro-ohms = <183>;
 	};
 
 	// PDB
 	power-monitor@14 {
 		compatible = "ti,lm5066i";
 		reg = <0x14>;
+		shunt-resistor-micro-ohms = <183>;
 	};
 
 	// Module 0

---
base-commit: 3708a165a98c23cc83216deda88bc7d64ba85527
change-id: 20250915-leo-dts-add-shunt-resistor-8f96c94cf2a9

Best regards,
-- 
Leo Wang <leo.jt.wang@gmail.com>
Re: [PATCH] ARM: dts: aspeed: clemente: add shunt-resistor-micro-ohms for LM5066i
Posted by Andrew Jeffery 2 weeks, 1 day ago
On Mon, 15 Sep 2025 17:47:23 +0800, Leo Wang wrote:
> Add the 'shunt-resistor-micro-ohms' property to the LM5066i power
> monitors on I2C1 for the Meta Clemente BMC board. This accurately
> describes the hardware and is required for proper power monitoring.
> 
> 

Thanks, I've applied this to the BMC tree.

-- 
Andrew Jeffery <andrew@codeconstruct.com.au>