1
0
Fork 0

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: 2efc118ce3 ("ARM: dts: aspeed: rainier: Add i2c devices")
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Reviewed-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
alistair/sunxi64-5.5-dsi
Brandon Wyman 2019-11-21 18:33:33 -06:00 committed by Joel Stanley
parent 195cf4dbed
commit ffcdc5df08
1 changed files with 2 additions and 2 deletions

View File

@ -258,9 +258,9 @@
};
};
pca0: pca9552@60 {
pca0: pca9552@61 {
compatible = "nxp,pca9552";
reg = <0x60>;
reg = <0x61>;
#address-cells = <1>;
#size-cells = <0>;