ARM: dts: aspeed: p10bmc: Change power supply info

Bonnell system supports new ACBEL FSG032 power supply on
I2C addresses 5A and 5B. Update the device tree with new
power supply information and device addresses.

Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
Reviewed-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20230412052305.1369521-6-lakshmiy@us.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Lakshmi Yadlapati
2023-04-12 00:23:05 -05:00
committed by Joel Stanley
parent bb13bd587d
commit 9bdc19fb94

View File

@@ -552,14 +552,14 @@ ucd90160@64 {
&i2c3 {
status = "okay";
power-supply@58 {
compatible = "ibm,cffps";
reg = <0x58>;
power-supply@5a {
compatible = "acbel,fsg032";
reg = <0x5a>;
};
power-supply@59 {
compatible = "ibm,cffps";
reg = <0x59>;
power-supply@5b {
compatible = "acbel,fsg032";
reg = <0x5b>;
};
};