]> Git Repo - linux.git/commitdiff
ARM: dts: aspeed: rainier: Fix fan fault and presence
authorBrandon Wyman <[email protected]>
Fri, 22 Nov 2019 00:33:33 +0000 (18:33 -0600)
committerJoel Stanley <[email protected]>
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 <[email protected]>
Reviewed-by: Eddie James <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
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>;
 
This page took 0.067503 seconds and 4 git commands to generate.