]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/renesas/ulcb/ulcb.c
ARM: rmobile: Fix SD divider settings on Gen3
[people/ms/u-boot.git] / board / renesas / ulcb / ulcb.c
index 2b6cc612c8c597ff143147425301e952c47768f0..dc23228f4fc77793736d4dfc026f7c91fb6cf08c 100644 (file)
@@ -72,10 +72,10 @@ int board_early_init_f(void)
        /* SDHI0 */
        mstp_clrbits_le32(MSTPSR3, SMSTPCR3, SD0_MSTP314);
 
-       writel(0, SD0CKCR);
-       writel(0, SD1CKCR);
-       writel(0, SD2CKCR);
-       writel(0, SD3CKCR);
+       writel(1, SD0CKCR);
+       writel(1, SD1CKCR);
+       writel(1, SD2CKCR);
+       writel(1, SD3CKCR);
 
 #if defined(CONFIG_SYS_I2C) && defined(CONFIG_SYS_I2C_SH)
        /* DVFS for reset */