diff options
author | Stefan Agner <stefan@agner.ch> | 2016-02-18 02:44:16 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-02-29 11:17:36 +0300 |
commit | 4ee5ad0ca80fe3aa53ec3e1ddfb8110f258abc06 (patch) | |
tree | 96e1445badeb34f127f81af288da273232a31390 /arch/arm/boot/dts/vf-colibri.dtsi | |
parent | dd4b487b32a3571fdcc66062e661e3a3e360e35b (diff) | |
download | linux-4ee5ad0ca80fe3aa53ec3e1ddfb8110f258abc06.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/vf-colibri.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vf-colibri.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf-colibri.dtsi b/arch/arm/boot/dts/vf-colibri.dtsi index ed4cfc55f3a8..3b6e1ac346a4 100644 --- a/arch/arm/boot/dts/vf-colibri.dtsi +++ b/arch/arm/boot/dts/vf-colibri.dtsi @@ -108,6 +108,7 @@ pinctrl-0 = <&pinctrl_esdhc1>; bus-width = <4>; cd-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; + disable-wp; }; &fec1 { |