Commit d0052309 authored by John Wang's avatar John Wang Committed by Joel Stanley

ARM: dts: aspeed: fp5280g2: Fix power supply address

There are two PSU on i2c11. PSU0's address is 0x58, PSU1's address is
`0x59`, not `0x5a`.
Signed-off-by: default avatarJohn Wang <wangzqbj@inspur.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 4c349c7d
......@@ -725,9 +725,9 @@ power-supply@58 {
reg = <0x58>;
};
power-supply@5a {
power-supply@59 {
compatible = "pmbus";
reg = <0x5a>;
reg = <0x59>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment