Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yunus Bas and committed by
Shawn Guo
d555a229 63651ef2

+2
+1
arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi
··· 256 256 pinctrl-0 = <&pinctrl_usdhc1>; 257 257 cd-gpios = <&gpio6 31 GPIO_ACTIVE_LOW>; 258 258 no-1-8-v; 259 + disable-wp; 259 260 status = "disabled"; 260 261 }; 261 262
+1
arch/arm/boot/dts/imx6ul-phytec-segin.dtsi
··· 191 191 no-1-8-v; 192 192 keep-power-in-suspend; 193 193 wakeup-source; 194 + disable-wp; 194 195 status = "disabled"; 195 196 }; 196 197