[U-Boot] [PATCH v2] armv8: ls2080ardb: enable eSDHC pin mux support

York Sun york.sun at nxp.com
Wed Dec 12 21:35:30 UTC 2018


On 11/22/18 1:06 AM, Yinbo Zhu wrote:
> CONFIG_FSL_ESDHC_PIN_MUX should be enabled for ls2080ardb
> whose eSDHC has pin mux with DSPI. This config makes sure
> esdhc dts node would be fixed with disabled status if
> DSPI is used, in case of any mmc issue in linux. Also,
> esdhc should be added in default hwconfig since eSDHC is
> used in default.
> 
> Signed-off-by: Yinbo Zhu <yinbo.zhu at nxp.com>
> ---
> Change in v2:
> 		Update the commit information.
> 
>  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
>  

Please consider to detect pin mux at run time. We are moving to TFA boot
flow.

York


More information about the U-Boot mailing list