linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: aspeed: Drop "sdhci" compatibles
@ 2025-08-29 21:13 Rob Herring (Arm)
  2025-09-03  7:26 ` Andrew Jeffery
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring (Arm) @ 2025-08-29 21:13 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Conor Dooley, Joel Stanley, Andrew Jeffery
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel

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>
---
 arch/arm/boot/dts/aspeed/aspeed-g6.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi
index acdb6ae74b27..61983feb2a4e 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi
+++ b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi
@@ -662,7 +662,7 @@ sdc: sdc@1e740000 {
 				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;
@@ -671,7 +671,7 @@ sdhci0: sdhci@1e740100 {
 				};
 
 				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;
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: aspeed: Drop "sdhci" compatibles
  2025-08-29 21:13 [PATCH] ARM: dts: aspeed: Drop "sdhci" compatibles Rob Herring (Arm)
@ 2025-09-03  7:26 ` Andrew Jeffery
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Jeffery @ 2025-09-03  7:26 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Conor Dooley, Joel Stanley,
	Rob Herring (Arm)
  Cc: devicetree, linux-arm-kernel, linux-aspeed, linux-kernel

On Fri, 29 Aug 2025 16:13:17 -0500, Rob Herring (Arm) wrote:
> The "sdhci" compatible is not documented nor very useful on its own given
> the various features and quirks of SDHCI implementations.
> 
> 

Thanks, I've applied this to the BMC tree.

-- 
Andrew Jeffery <andrew@codeconstruct.com.au>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-03  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29 21:13 [PATCH] ARM: dts: aspeed: Drop "sdhci" compatibles Rob Herring (Arm)
2025-09-03  7:26 ` Andrew Jeffery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).