mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
ARM: dts: aspeed: clemente: add shunt-resistor-micro-ohms for LM5066i
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> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
3a86608788
commit
7474ec9300
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user