MLK-18026 dts: imx7ulp-evk-sd1: delete non-removable property for sd1 slot
authorHaibo Chen <haibo.chen@nxp.com>
Fri, 13 Apr 2018 07:03:00 +0000 (15:03 +0800)
committerHaibo Chen <haibo.chen@nxp.com>
Fri, 13 Apr 2018 08:04:20 +0000 (16:04 +0800)
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 <haibo.chen@nxp.com>
Reviewed-by: Andy Duan <fuguang.duan@nxp.com>
(cherry picked from commit 2a40d8123aff4b4fb7a5cbf286d0c308a42c2fc7)

arch/arm/boot/dts/imx7ulp-evk-sd1.dts

index 71da820..18e8f59 100644 (file)
@@ -38,5 +38,6 @@
        vmmc-supply = <&reg_vsd_3v3b>;
        /delete-property/pm-ignore-notify;
        /delete-property/keep-power-in-suspend;
+       /delete-property/non-removable;
        status = "okay";
 };