]> git.baikalelectronics.ru Git - uboot.git/commitdiff
sunxi: Remove non-DM MMC pin setup
authorSamuel Holland <samuel@sholland.org>
Sat, 28 Aug 2021 16:49:03 +0000 (11:49 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 4 Apr 2022 22:24:17 +0000 (23:24 +0100)
This is now handled automatically by the pinctrl driver.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
board/sunxi/board.c

index 982ec44e0348a64614d76c7e2068e970cdc81662..89324159d5597d0d863c3c1f601ebdd4327f11d0 100644 (file)
@@ -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;