Skip to content

Commit ab4a49d

Browse files
bjwymanshenki
authored andcommitted
ARM: dts: aspeed: everest: PSU Rust-for-Linux#3 address change
The third power supply had an I2C address conflict with another device in the system. The device will have the address changed from 6Ah to 6Dh. Signed-off-by: B. J. Wyman <[email protected]> Reviewed-by: Eddie James <[email protected]> Link: https://lore.kernel.org/r/[email protected] Fixes: d66d720 ("ARM: dts: aspeed: everest: Add power supply i2c devices") Signed-off-by: Joel Stanley <[email protected]>
1 parent faffd1b commit ab4a49d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,14 @@
406406
reg = <0x69>;
407407
};
408408

409-
power-supply@6a {
409+
power-supply@6b {
410410
compatible = "ibm,cffps";
411-
reg = <0x6a>;
411+
reg = <0x6b>;
412412
};
413413

414-
power-supply@6b {
414+
power-supply@6d {
415415
compatible = "ibm,cffps";
416-
reg = <0x6b>;
416+
reg = <0x6d>;
417417
};
418418
};
419419

0 commit comments

Comments
 (0)