Skip to content

Commit

Permalink
ARM: dts: aspeed: harma: Remove pca9546
Browse files Browse the repository at this point in the history
Remove pca9546 device from i2c bus 9.

Signed-off-by: Peter Yin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Andrew Jeffery <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
  • Loading branch information
Peter Yin authored and shenki committed Aug 22, 2024
1 parent 7fa1118 commit d212c55
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
i2c21 = &imux21;
i2c22 = &imux22;
i2c23 = &imux23;
i2c24 = &imux24;
i2c25 = &imux25;
i2c26 = &imux26;
i2c27 = &imux27;
i2c28 = &imux28;
i2c29 = &imux29;
i2c30 = &imux30;
Expand Down Expand Up @@ -409,33 +405,6 @@
"","","","";
};

i2c-mux@71 {
compatible = "nxp,pca9546";
reg = <0x71>;
#address-cells = <1>;
#size-cells = <0>;

imux24: i2c@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
};
imux25: i2c@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
};
imux26: i2c@2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
};
imux27: i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <3>;
};
};
// PTTV FRU
eeprom@52 {
compatible = "atmel,24c64";
Expand Down

0 comments on commit d212c55

Please sign in to comment.