From 6ab3b7167a4151c91e3a542c1b1fd780f1ef4a9c Mon Sep 17 00:00:00 2001 From: Haibo Chen Date: Tue, 8 May 2018 09:49:08 +0800 Subject: [PATCH] MLK-18218 ARM: dts: imx7ulp-evk: delete property to support SD3.0 commit b62dd733a100 ("MLK-18127 ARM: dts: imx7ulp-evk: few correction for usdhc1") add property "no-1-8-v" for the usdhc1 which limit the wifi. The sd slot on base board share this usdhc1, so the usdhc1 in imx7ulp-evk-sd1.dts also inherit this property. delete the "no-1-8-v" property, then the sd slot can support SD3.0 Signed-off-by: Haibo Chen (cherry picked from commit 6cb30044642b43f9e55d63beca61bc1397d3d996) --- 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 18e8f5911d87..f213bd7f731b 100644 --- a/arch/arm/boot/dts/imx7ulp-evk-sd1.dts +++ b/arch/arm/boot/dts/imx7ulp-evk-sd1.dts @@ -39,5 +39,6 @@ /delete-property/pm-ignore-notify; /delete-property/keep-power-in-suspend; /delete-property/non-removable; + /delete-property/no-1-8-v; status = "okay"; }; -- 2.17.1