Commit ffcdc5df authored by Brandon Wyman's avatar Brandon Wyman Committed by Joel Stanley

ARM: dts: aspeed: rainier: Fix fan fault and presence

The PCA9552 used for fan fault and presence information is at address
61h, not 60h.

Fixes: 2efc118c ("ARM: dts: aspeed: rainier: Add i2c devices")
Signed-off-by: default avatarBrandon Wyman <bjwyman@gmail.com>
Reviewed-by: default avatarEddie James <eajames@linux.ibm.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 195cf4db
......@@ -258,9 +258,9 @@ fan@3 {
};
};
pca0: pca9552@60 {
pca0: pca9552@61 {
compatible = "nxp,pca9552";
reg = <0x60>;
reg = <0x61>;
#address-cells = <1>;
#size-cells = <0>;
......
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