
12 Dec
2018
12 Dec
'18
10:34 p.m.
On 11/22/18 12:23 AM, Yinbo Zhu wrote:
esdhc and dspi have Multiplexed pins, if dspi is enabled and esdhc need to be disabled, This patch is to disable esdhc when rcw config dspi enabled.
Signed-off-by: Yinbo Zhu yinbo.zhu@nxp.com
include/configs/ls2080ardb.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index f6aa4ed..d2e80a8 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -331,6 +331,7 @@ unsigned long get_board_sys_clk(void); /* MMC */ #ifdef CONFIG_MMC #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 +#define CONFIG_FSL_ESDHC_PIN_MUX #endif
We are moving to TFA boot flow. Please consider to detect the pin mux at runtime.
York