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 <[email protected]> Reviewed-by: Eddie James <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent bb13bd5 commit 9bdc19f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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)