Skip to content

Commit ffcdc5d

Browse files
bjwymanshenki
authored andcommitted
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: 2efc118 ("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>
1 parent 195cf4d commit ffcdc5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@
258258
};
259259
};
260260

261-
pca0: pca9552@60 {
261+
pca0: pca9552@61 {
262262
compatible = "nxp,pca9552";
263-
reg = <0x60>;
263+
reg = <0x61>;
264264
#address-cells = <1>;
265265
#size-cells = <0>;
266266

0 commit comments

Comments
 (0)