]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: aspeed: rainier: Fix fan fault and presence
authorBrandon Wyman <bjwyman@gmail.com>
Fri, 22 Nov 2019 00:33:33 +0000 (18:33 -0600)
committerJoel Stanley <joel@jms.id.au>
Wed, 8 Jan 2020 02:21:03 +0000 (12:51 +1030)
The PCA9552 used for fan fault and presence information is at address
61h, not 60h.

Fixes: 2efc118ce3c3 ("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>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

index ed9e86251adb5b100c6df553de0423b578eb688c..13f7aefe045e6d59581bcf4d37ed4e328917c507 100644 (file)
                };
        };
 
-       pca0: pca9552@60 {
+       pca0: pca9552@61 {
                compatible = "nxp,pca9552";
-               reg = <0x60>;
+               reg = <0x61>;
                #address-cells = <1>;
                #size-cells = <0>;