Commit d555a229 authored by Yunus Bas's avatar Yunus Bas Committed by Shawn Guo

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: default avatarYunus Bas <y.bas@phytec.de>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 63651ef2
...@@ -256,6 +256,7 @@ &usdhc1 { ...@@ -256,6 +256,7 @@ &usdhc1 {
pinctrl-0 = <&pinctrl_usdhc1>; pinctrl-0 = <&pinctrl_usdhc1>;
cd-gpios = <&gpio6 31 GPIO_ACTIVE_LOW>; cd-gpios = <&gpio6 31 GPIO_ACTIVE_LOW>;
no-1-8-v; no-1-8-v;
disable-wp;
status = "disabled"; status = "disabled";
}; };
......
...@@ -191,6 +191,7 @@ &usdhc1 { ...@@ -191,6 +191,7 @@ &usdhc1 {
no-1-8-v; no-1-8-v;
keep-power-in-suspend; keep-power-in-suspend;
wakeup-source; wakeup-source;
disable-wp;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment