int board_init(void) { gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; backlight_lcd_off(); setup_i2c(2, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info2); leds_on(); /* enable ecspi3 clocks */ enable_cspi_clock(1, 2); #ifdef CONFIG_CMD_SATA setup_sata(); #endif return 0; }
static void cm_fx6_setup_ecspi(void) { cm_fx6_set_ecspi_iomux(); enable_cspi_clock(1, 0); }