Commit ab4a49d3 authored by B. J. Wyman's avatar B. J. Wyman Committed by Joel Stanley

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: default avatarB. J. Wyman <bjwyman@gmail.com>
Reviewed-by: default avatarEddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210610202940.3650554-1-bjwyman@gmail.com
Fixes: d66d720b ("ARM: dts: aspeed: everest: Add power supply i2c devices")
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent faffd1b2
......@@ -406,14 +406,14 @@ power-supply@69 {
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>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment