]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Disable WP on zcu111
authorMichal Simek <michal.simek@xilinx.com>
Wed, 4 Apr 2018 12:08:24 +0000 (14:08 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 30 May 2018 06:31:17 +0000 (08:31 +0200)
On this board there is SD slot without WP connected.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu111-revA.dts

index a83d0b2dd2fb97bdd335814aa5e66be908f2cf33..d94a4d161a787168baba83793cc4235ab695f87b 100644 (file)
                        slew-rate = <SLEW_RATE_SLOW>;
                        io-standard = <IO_STANDARD_LVCMOS18>;
                };
-
-               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 = <SLEW_RATE_SLOW>;
-                       io-standard = <IO_STANDARD_LVCMOS18>;
-               };
        };
 
        pinctrl_gpio_default: gpio-default {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sdhci1_default>;
        no-1-8-v;
+       disable-wp;
        xlnx,mio_bank = <1>;
 };