diff options
author | John Wang <wangzqbj@inspur.com> | 2019-08-01 11:36:07 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-08-14 03:35:07 +0200 |
commit | d00523097a3723ebc89e7752730e81aac65e549d (patch) | |
tree | ebe7adef97177cbe68f4b2eab13dfbeaad586b4e /arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts | |
parent | ARM: dts: aspeed: tiogapass: Add Riser card (diff) | |
download | linux-d00523097a3723ebc89e7752730e81aac65e549d.tar.xz linux-d00523097a3723ebc89e7752730e81aac65e549d.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts index 628195b66d46..e9d714a46a60 100644 --- a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts +++ b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts @@ -725,9 +725,9 @@ reg = <0x58>; }; - power-supply@5a { + power-supply@59 { compatible = "pmbus"; - reg = <0x5a>; + reg = <0x59>; }; }; |