Re: [U-Boot] [PATCH v2 22/28] mmc: mtk-sd: add a dts property cd-active-high for builtin-cd mode

2019-09-18 Thread Daniel Schwierzeck
Am 18.09.19 um 04:15 schrieb Weijie Gao: > This patch adds a dts property cd-active-high for builtin-cd mode to make > it configurable instead of using hardcoded active-low. > > Signed-off-by: Weijie Gao > --- > drivers/mmc/mtk-sd.c | 9 - > 1 file changed, 8 insertions(+), 1

[U-Boot] [PATCH v2 22/28] mmc: mtk-sd: add a dts property cd-active-high for builtin-cd mode

2019-09-17 Thread Weijie Gao
This patch adds a dts property cd-active-high for builtin-cd mode to make it configurable instead of using hardcoded active-low. Signed-off-by: Weijie Gao --- drivers/mmc/mtk-sd.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/mtk-sd.c