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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -256,6 +256,7 @@
	pinctrl-0 = <&pinctrl_usdhc1>;
	cd-gpios = <&gpio6 31 GPIO_ACTIVE_LOW>;
	no-1-8-v;
	disable-wp;
	status = "disabled";
};

+1 −0
Original line number Diff line number Diff line
@@ -191,6 +191,7 @@
	no-1-8-v;
	keep-power-in-suspend;
	wakeup-source;
	disable-wp;
	status = "disabled";
};