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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -258,9 +258,9 @@
		};
	};

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