Skip to content

Commit

Permalink
ARM: dts: aspeed: everest: PSU #3 address change
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bjwyman authored and shenki committed Jul 1, 2021
1 parent faffd1b commit ab4a49d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,14 @@
reg = <0x69>;
};

power-supply@6a {
power-supply@6b {
compatible = "ibm,cffps";
reg = <0x6a>;
reg = <0x6b>;
};

power-supply@6b {
power-supply@6d {
compatible = "ibm,cffps";
reg = <0x6b>;
reg = <0x6d>;
};
};

Expand Down

0 comments on commit ab4a49d

Please sign in to comment.