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

ARM: dts: vf-colibri: disable write-protection for SD-card

The Colibri standard does not define a pin for SD-Card write-
protection. Use the disable-wp property to indicate that there
is no physical WP line present.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Stefan Agner and committed by
Shawn Guo
4ee5ad0c dd4b487b

+1
+1
arch/arm/boot/dts/vf-colibri.dtsi
··· 108 108 pinctrl-0 = <&pinctrl_esdhc1>; 109 109 bus-width = <4>; 110 110 cd-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; 111 + disable-wp; 111 112 }; 112 113 113 114 &fec1 {