From dc39e0bd152301651052b9d39d51e58df5a13b8e Mon Sep 17 00:00:00 2001 From: Haibo Chen Date: Fri, 13 Apr 2018 15:03:00 +0800 Subject: [PATCH] MLK-18026 dts: imx7ulp-evk-sd1: delete non-removable property for sd1 slot commit a56e6e190015 ("MLK-17961 dts: imx7ulp-evk: add non-removable property for wifi sdio") add non-removable property, sd1 slot on base board share the same usdhc with wifi, and the sd1 slot support card detect, so for sd1 slot, need to remove the non-removable property. Signed-off-by: Haibo Chen Reviewed-by: Andy Duan (cherry picked from commit 2a40d8123aff4b4fb7a5cbf286d0c308a42c2fc7) --- arch/arm/boot/dts/imx7ulp-evk-sd1.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/imx7ulp-evk-sd1.dts b/arch/arm/boot/dts/imx7ulp-evk-sd1.dts index 71da82098ab5..18e8f5911d87 100644 --- a/arch/arm/boot/dts/imx7ulp-evk-sd1.dts +++ b/arch/arm/boot/dts/imx7ulp-evk-sd1.dts @@ -38,5 +38,6 @@ vmmc-supply = <®_vsd_3v3b>; /delete-property/pm-ignore-notify; /delete-property/keep-power-in-suspend; + /delete-property/non-removable; status = "okay"; }; -- 2.17.1