All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: sdhci_am654: MMC_SDHCI_AM654 should depend on ARCH_K3
@ 2022-06-28  9:32 Peter Robinson
  2022-06-28  9:43 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Robinson @ 2022-06-28  9:32 UTC (permalink / raw)
  To: linux-omap, Ulf Hansson, Krzysztof Kozlowski, linux-mmc; +Cc: Peter Robinson

The Texas Instruments sdhci_am654 SDHCI controller is only present on
TI K3 SoCs so add a dependency to reflect that, plus COMPILE_TEST.
Also update the help text to reflect the new SoC support added since
the driver was first added.

Fixes: 41fd4caeb00b ("mmc: sdhci_am654: Add Initial Support for AM654 SDHCI driver")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 drivers/mmc/host/Kconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index d6144978e32d..6b5c4d812988 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -1073,12 +1073,13 @@ config MMC_SDHCI_OMAP
 config MMC_SDHCI_AM654
 	tristate "Support for the SDHCI Controller in TI's AM654 SOCs"
 	depends on MMC_SDHCI_PLTFM && OF && REGMAP_MMIO
+	depends on ARCH_K3 || COMPILE_TEST
 	select MMC_SDHCI_IO_ACCESSORS
 	select MMC_CQHCI
 	help
 	  This selects the Secure Digital Host Controller Interface (SDHCI)
-	  support present in TI's AM654 SOCs. The controller supports
-	  SD/MMC/SDIO devices.
+	  support present in TI's AM62/AM64x/AM654/J721E SOCs. The
+	  controller supports SD/MMC/SDIO devices.
 
 	  If you have a controller with this interface, say Y or M here.
 
-- 
2.36.1


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

* Re: [PATCH] mmc: sdhci_am654: MMC_SDHCI_AM654 should depend on ARCH_K3
  2022-06-28  9:32 [PATCH] mmc: sdhci_am654: MMC_SDHCI_AM654 should depend on ARCH_K3 Peter Robinson
@ 2022-06-28  9:43 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-28  9:43 UTC (permalink / raw)
  To: Peter Robinson, linux-omap, Ulf Hansson, linux-mmc

On 28/06/2022 11:32, Peter Robinson wrote:
> The Texas Instruments sdhci_am654 SDHCI controller is only present on
> TI K3 SoCs so add a dependency to reflect that, plus COMPILE_TEST.
> Also update the help text to reflect the new SoC support added since
> the driver was first added.
> 
> Fixes: 41fd4caeb00b ("mmc: sdhci_am654: Add Initial Support for AM654 SDHCI driver")

I don't see a bug to fix, so the tag does not look appropriate.
Otherwise describe how is the bug visible/reproducible etc.

Best regards,
Krzysztof

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

end of thread, other threads:[~2022-06-28  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28  9:32 [PATCH] mmc: sdhci_am654: MMC_SDHCI_AM654 should depend on ARCH_K3 Peter Robinson
2022-06-28  9:43 ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.