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: John Wang <wangzqbj@inspur.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
John Wang 2019-08-01 17:36:07 +08:00 committed by Joel Stanley
parent 4c349c7daf
commit d00523097a
1 changed files with 2 additions and 2 deletions

View File

@ -725,9 +725,9 @@
reg = <0x58>;
};
power-supply@5a {
power-supply@59 {
compatible = "pmbus";
reg = <0x5a>;
reg = <0x59>;
};
};