]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-uniphier/board_early_init_f.c
armv8/ls1043a: update the node for QSPI support
[u-boot] / arch / arm / mach-uniphier / board_early_init_f.c
index 6f2adf1b1342d1c1b3dc3132188841fa35c186ca..2a7ae1b5297d7bc455314cabfdaf5381fb7f0a38 100644 (file)
@@ -61,6 +61,14 @@ int board_early_init_f(void)
                led_puts("U1");
                uniphier_pxs2_clk_init();
                break;
+#endif
+#if defined(CONFIG_ARCH_UNIPHIER_LD20)
+       case SOC_UNIPHIER_LD20:
+               uniphier_ld20_pin_init();
+               led_puts("U1");
+               uniphier_ld20_clk_init();
+               cci500_init(2);
+               break;
 #endif
        default:
                break;