ARM: dts: aspeed: fp5280g2: Fix power supply address
authorJohn Wang <wangzqbj@inspur.com>
Thu, 1 Aug 2019 09:36:07 +0000 (17:36 +0800)
committerJoel Stanley <joel@jms.id.au>
Wed, 14 Aug 2019 01:35:07 +0000 (11:05 +0930)
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>
arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts

index 628195b..e9d714a 100644 (file)
                reg = <0x58>;
        };
 
-       power-supply@5a {
+       power-supply@59 {
                compatible = "pmbus";
-               reg = <0x5a>;
+               reg = <0x59>;
        };
 };