]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: aspeed: Drop "sdhci" compatibles
authorRob Herring (Arm) <robh@kernel.org>
Fri, 29 Aug 2025 21:13:17 +0000 (16:13 -0500)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 3 Sep 2025 07:22:40 +0000 (16:52 +0930)
The "sdhci" compatible is not documented nor very useful on its own given
the various features and quirks of SDHCI implementations.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250829211318.1335862-1-robh@kernel.org
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-g6.dtsi

index acdb6ae74b2749ce6a07f1c89d915528930f70d9..61983feb2a4e147f8b8144c65659468f995ec407 100644 (file)
                                status = "disabled";
 
                                sdhci0: sdhci@1e740100 {
-                                       compatible = "aspeed,ast2600-sdhci", "sdhci";
+                                       compatible = "aspeed,ast2600-sdhci";
                                        reg = <0x100 0x100>;
                                        interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
                                        sdhci,auto-cmd12;
                                };
 
                                sdhci1: sdhci@1e740200 {
-                                       compatible = "aspeed,ast2600-sdhci", "sdhci";
+                                       compatible = "aspeed,ast2600-sdhci";
                                        reg = <0x200 0x100>;
                                        interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
                                        sdhci,auto-cmd12;