From: Samuel Holland Date: Sat, 28 Aug 2021 16:49:03 +0000 (-0500) Subject: sunxi: Remove non-DM MMC pin setup X-Git-Tag: v2022.07-rc1~45^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c2bdff48392f71b18812f519635cbf2003801e5;p=pandora-u-boot.git sunxi: Remove non-DM MMC pin setup This is now handled automatically by the pinctrl driver. Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- diff --git a/board/sunxi/board.c b/board/sunxi/board.c index 982ec44e034..89324159d55 100644 --- a/board/sunxi/board.c +++ b/board/sunxi/board.c @@ -250,17 +250,6 @@ int board_init(void) i2c_init_board(); #endif -#ifdef CONFIG_DM_MMC - /* - * Temporary workaround for enabling MMC clocks until a sunxi DM - * pinctrl driver lands. - */ - mmc_pinmux_setup(CONFIG_MMC_SUNXI_SLOT); -#if CONFIG_MMC_SUNXI_SLOT_EXTRA != -1 - mmc_pinmux_setup(CONFIG_MMC_SUNXI_SLOT_EXTRA); -#endif -#endif /* CONFIG_DM_MMC */ - eth_init_board(); return 0;