Skip to content

Commit 9bdc19f

Browse files
Lakshmi-yshenki
authored andcommitted
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>
1 parent bb13bd5 commit 9bdc19f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -552,14 +552,14 @@
552552
&i2c3 {
553553
status = "okay";
554554

555-
power-supply@58 {
556-
compatible = "ibm,cffps";
557-
reg = <0x58>;
555+
power-supply@5a {
556+
compatible = "acbel,fsg032";
557+
reg = <0x5a>;
558558
};
559559

560-
power-supply@59 {
561-
compatible = "ibm,cffps";
562-
reg = <0x59>;
560+
power-supply@5b {
561+
compatible = "acbel,fsg032";
562+
reg = <0x5b>;
563563
};
564564
};
565565

0 commit comments

Comments
 (0)