Skip to content

Commit ab4a49d

Browse files
bjwymanshenki
authored andcommitted
ARM: dts: aspeed: everest: PSU #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 <bjwyman@gmail.com> Reviewed-by: Eddie James <eajames@linux.ibm.com> Link: https://lore.kernel.org/r/20210610202940.3650554-1-bjwyman@gmail.com Fixes: d66d720 ("ARM: dts: aspeed: everest: Add power supply i2c devices") Signed-off-by: Joel Stanley <joel@jms.id.au>
1 parent faffd1b commit ab4a49d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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)