hello, the default u-boot use gpio0_7 to enable the ddr3, now my borad use to gpio3_18. So I config the mcasp0_aclkr MODE 7, enable the pin,gpio_request(114,"ddr_vtt_en"); gpio_direction_output(114,1). but int the step gpio_direction_output,the function is blocked, can't return. why? thanks.