diff mbox series

[2/2] configs: rpi_arm64: enable SDHCI SDMA support

Message ID 20200512100207.13183-2-matthias.bgg@kernel.org
State Accepted
Commit cdabf301db84de7717340b391c97b762890469cd
Delegated to: Matthias Brugger
Headers show
Series [1/2] mmc: sdhci: Use debug for not supported SDMA info message | expand

Commit Message

Matthias Brugger May 12, 2020, 10:02 a.m. UTC
From: Matthias Brugger <mbrugger@suse.com>

RPi4 supports SDMA on it's SDHCI controller. Enable to option for
the combine RPi3/4 config.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>

---

 configs/rpi_arm64_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Peng Fan May 12, 2020, 12:39 p.m. UTC | #1
> Subject: [PATCH 2/2] configs: rpi_arm64: enable SDHCI SDMA support
> 
> From: Matthias Brugger <mbrugger@suse.com>
> 
> RPi4 supports SDMA on it's SDHCI controller. Enable to option for the combine
> RPi3/4 config.
> 
> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
> 
> ---
> 
>  configs/rpi_arm64_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig index
> b9bb083a1d..66c4a5368c 100644
> --- a/configs/rpi_arm64_defconfig
> +++ b/configs/rpi_arm64_defconfig
> @@ -23,6 +23,7 @@ CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
>  CONFIG_DM_KEYBOARD=y
>  CONFIG_DM_MMC=y
>  CONFIG_MMC_SDHCI=y
> +CONFIG_MMC_SDHCI_SDMA=y
>  CONFIG_MMC_SDHCI_BCM2835=y
>  CONFIG_DM_ETH=y
>  CONFIG_BCMGENET=y

Reviewed-by: Peng Fan <peng.fan@nxp.com>
Matthias Brugger May 13, 2020, 11:58 a.m. UTC | #2
On 12/05/2020 12:02, matthias.bgg@kernel.org wrote:
> From: Matthias Brugger <mbrugger@suse.com>
> 
> RPi4 supports SDMA on it's SDHCI controller. Enable to option for
> the combine RPi3/4 config.
> 
> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
> 
> ---

Queued for rpi-next

> 
>  configs/rpi_arm64_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig
> index b9bb083a1d..66c4a5368c 100644
> --- a/configs/rpi_arm64_defconfig
> +++ b/configs/rpi_arm64_defconfig
> @@ -23,6 +23,7 @@ CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
>  CONFIG_DM_KEYBOARD=y
>  CONFIG_DM_MMC=y
>  CONFIG_MMC_SDHCI=y
> +CONFIG_MMC_SDHCI_SDMA=y
>  CONFIG_MMC_SDHCI_BCM2835=y
>  CONFIG_DM_ETH=y
>  CONFIG_BCMGENET=y
>
diff mbox series

Patch

diff --git a/configs/rpi_arm64_defconfig b/configs/rpi_arm64_defconfig
index b9bb083a1d..66c4a5368c 100644
--- a/configs/rpi_arm64_defconfig
+++ b/configs/rpi_arm64_defconfig
@@ -23,6 +23,7 @@  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_DM_KEYBOARD=y
 CONFIG_DM_MMC=y
 CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_SDMA=y
 CONFIG_MMC_SDHCI_BCM2835=y
 CONFIG_DM_ETH=y
 CONFIG_BCMGENET=y