]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/socfpga/spl.c
socfpga: Adding Scan Manager driver
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / socfpga / spl.c
index 2ae88bbd0420a62e17825f26c4ae10e55677fbaf..4bed19d0a75c01d6c32bbfc621fa896b1a27fa5c 100644 (file)
@@ -121,6 +121,10 @@ void spl_board_init(void)
        /* reconfigure the PLLs */
        cm_basic_init(&cm_default_cfg);
 
+       /* configure the IOCSR / IO buffer settings */
+       if (scan_mgr_configure_iocsr())
+               hang();
+
        /* configure the pin muxing through system manager */
        sysmgr_pinmux_init();
 #endif /* CONFIG_SOCFPGA_VIRTUAL_TARGET */