From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sun, 19 Aug 2018 19:26:51 +0530 Subject: [U-Boot] [PATCH v3 34/58] sunxi: H3_H5: Enable DM_MMC In-Reply-To: <20180819135715.15799-1-jagan@amarulasolutions.com> References: <20180819135715.15799-1-jagan@amarulasolutions.com> Message-ID: <20180819135715.15799-35-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 H3/H5 SoCs. Tested on H3: BPI-M2+ H5: Orangepi pc2, prime, zero+2 Tested-by: Jagan Teki 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 cac6ed9503..2388718209 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -134,6 +134,7 @@ config MACH_SUNXI_H3_H5 bool select CLK select DM_I2C + select DM_MMC if MMC select PHY_SUN4I_USB select SUNXI_DE2 select SUNXI_DRAM_DW -- 2.18.0.321.gffc6fa0e3