From bf62b9992352f3b1fbdda7a5c3e9b35be1e7b39f Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 4 Apr 2018 14:08:24 +0200 Subject: [PATCH] arm64: zynqmp: Disable WP on zcu111 On this board there is SD slot without WP connected. Signed-off-by: Michal Simek --- arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts index 60fc6fd43c4e..9cc31e62ff53 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts @@ -631,19 +631,6 @@ slew-rate = ; io-standard = ; }; - - mux-wp { - groups = "sdio1_wp_0_grp"; - function = "sdio1_wp"; - }; - - conf-wp { - groups = "sdio1_wp_0_grp"; - bias-high-impedance; - bias-pull-up; - slew-rate = ; - io-standard = ; - }; }; pinctrl_gpio_default: gpio-default { @@ -736,6 +723,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_sdhci1_default>; no-1-8-v; + disable-wp; xlnx,mio_bank = <1>; }; -- 2.39.2