Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1336888
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM: dts: vf-colibri: disable write-protection for SD-card |
| Date | 2016-02-18 00:50 +0100 |
| Message-ID | <r3k14-5dZ-25@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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>
---
arch/arm/boot/dts/vf-colibri.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/vf-colibri.dtsi b/arch/arm/boot/dts/vf-colibri.dtsi
index ff6f58e..e49bbbc 100644
--- a/arch/arm/boot/dts/vf-colibri.dtsi
+++ b/arch/arm/boot/dts/vf-colibri.dtsi
@@ -92,6 +92,7 @@
pinctrl-0 = <&pinctrl_esdhc1>;
bus-width = <4>;
cd-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
+ disable-wp;
};
&fec1 {
--
2.7.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: vf-colibri: disable write-protection for SD-card Stefan Agner <stefan@agner.ch> - 2016-02-18 00:50 +0100 Re: [PATCH] ARM: dts: vf-colibri: disable write-protection for SD-card Shawn Guo <shawnguo@kernel.org> - 2016-02-18 16:10 +0100
csiph-web