diff options
author | Yunus Bas <y.bas@phytec.de> | 2021-09-09 19:25:55 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-09-22 10:22:56 +0200 |
commit | d555a229025de569afe071751ec2d06565cbac06 (patch) | |
tree | 49b27632b44e14eebcead71a8c43e740816cbd26 | |
parent | ARM: dts: imx: fix the schema check errors (diff) | |
download | linux-d555a229025de569afe071751ec2d06565cbac06.tar.xz linux-d555a229025de569afe071751ec2d06565cbac06.zip |
ARM: dts: imx6: phycore-som: Disable micro-SD write protection
The micro-SD card doesn't feature a write-protect pin. Set the
corresponding property in the devicetree to handle this behavior
correctly and suppress driver warnings.
Signed-off-by: Yunus Bas <y.bas@phytec.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6ul-phytec-segin.dtsi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi index 019938562aa9..0873f53ea275 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi @@ -256,6 +256,7 @@ pinctrl-0 = <&pinctrl_usdhc1>; cd-gpios = <&gpio6 31 GPIO_ACTIVE_LOW>; no-1-8-v; + disable-wp; status = "disabled"; }; diff --git a/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi b/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi index 95e4080dd0a6..0d4ba9494cf2 100644 --- a/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi +++ b/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi @@ -191,6 +191,7 @@ no-1-8-v; keep-power-in-suspend; wakeup-source; + disable-wp; status = "disabled"; }; |