From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Mon, 16 Jul 2018 13:49:46 +0530 Subject: [U-Boot] [PATCH 15/25] sunxi: A64: Enable DM_MMC In-Reply-To: <20180716081956.32434-1-jagan@amarulasolutions.com> References: <20180716081956.32434-1-jagan@amarulasolutions.com> Message-ID: <20180716081956.32434-16-jagan@amarulasolutions.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable DM_MMC for Allwinner A64 SoCs. Tested on BPI-M64, Amarula A64-Relic Signed-off-by: Jagan Teki --- arch/arm/mach-sunxi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index a1ee431700..3b790e39dd 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -268,6 +268,7 @@ config MACH_SUN50I bool "sun50i (Allwinner A64)" select ARM64 select DM_I2C + select DM_MMC if MMC select PHY_SUN4I_USB select SUNXI_DE2 select SUNXI_GEN_SUN6I -- 2.17.1