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:
Родитель
4c349c7daf
Коммит
d00523097a
|
@ -725,9 +725,9 @@
|
|||
reg = <0x58>;
|
||||
};
|
||||
|
||||
power-supply@5a {
|
||||
power-supply@59 {
|
||||
compatible = "pmbus";
|
||||
reg = <0x5a>;
|
||||
reg = <0x59>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче