projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd4b487
)
ARM: dts: vf-colibri: disable write-protection for SD-card
author
Stefan Agner
<stefan@agner.ch>
Wed, 17 Feb 2016 23:44:16 +0000
(15:44 -0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 29 Feb 2016 08:17:36 +0000
(16:17 +0800)
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>
arch/arm/boot/dts/vf-colibri.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/vf-colibri.dtsi
b/arch/arm/boot/dts/vf-colibri.dtsi
index
ed4cfc5
..
3b6e1ac
100644
(file)
--- 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 {