Re: [U-Boot] [PATCH] imx: mx6quq7: add sd card detection

2016-02-05 Thread Boris Brezillon
Hi Julien, On Fri, 5 Feb 2016 13:41:29 +0100 Julien Corjon wrote: > Add board_mmc_getcd function and declare CD_GPIO for > SDCard. This looks good to me, but can you split the changes in 3 different patches: 1/ remove USDHC2 2/ specify max_bus_width directly in usdhc_cfg static definition i

[U-Boot] [PATCH] imx: mx6quq7: add sd card detection

2016-02-05 Thread Julien Corjon
Add board_mmc_getcd function and declare CD_GPIO for SDCard. Signed-off-by: Julien Corjon --- board/seco/mx6quq7/mx6quq7.c | 27 ++- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/board/seco/mx6quq7/mx6quq7.c b/board/seco/mx6quq7/mx6quq7.c index ea1d4b8..d