]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: yosemite4: Remove IO expanders on I2C bus 13
authorRicky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
Tue, 1 Oct 2024 08:30:21 +0000 (16:30 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 13 Dec 2024 05:16:59 +0000 (15:46 +1030)
Remove IO expanders on I2C bus 13 according to schematic change.

Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
Link: https://patch.msgid.link/20241001083021.3462426-1-Delphine_CC_Chiu@wiwynn.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts

index b6566e2ca274c5387cb72139ac7343e039323a4d..ae2a2ed603ff0a3b2697d6b1161c533a3fb23c31 100644 (file)
                reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
                i2c-protocol;
        };
-
-       gpio@20 {
-               compatible = "nxp,pca9506";
-               reg = <0x20>;
-               gpio-controller;
-               #gpio-cells = <2>;
-       };
-
-       gpio@21 {
-               compatible = "nxp,pca9506";
-               reg = <0x21>;
-               gpio-controller;
-               #gpio-cells = <2>;
-       };
-
-       gpio@22 {
-               compatible = "nxp,pca9506";
-               reg = <0x22>;
-               gpio-controller;
-               #gpio-cells = <2>;
-       };
-
-       gpio@23 {
-               compatible = "nxp,pca9506";
-               reg = <0x23>;
-               gpio-controller;
-               #gpio-cells = <2>;
-       };
 };
 
 &i2c14 {