summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun4i-a10-dserve-dsrv9703c.dts
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2017-04-19 13:09:17 +0800
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-05-14 08:32:31 +0200
commitcf439662affda9475d4b71b910aad856fc3966d3 (patch)
treef8e894da2774667f1543df562cc164c1fdb6a2f7 /arch/arm/boot/dts/sun4i-a10-dserve-dsrv9703c.dts
parent8a92770b648121570eafc7fdec5bb50b8e4a7347 (diff)
ARM: sunxi: Drop mmc0_cd_pin_reference_design pinmux setting
As part of our effort to move pinctrl/GPIO interlocking into the driver where it belongs, this patch drops the definition and usage of the mmc0_cd_pin_reference_design pinmux setting for the default mmc0 card detect GPIO pin. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10-dserve-dsrv9703c.dts')
-rw-r--r--arch/arm/boot/dts/sun4i-a10-dserve-dsrv9703c.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-dserve-dsrv9703c.dts b/arch/arm/boot/dts/sun4i-a10-dserve-dsrv9703c.dts
index aad3bec1cb39..e0777ae808c7 100644
--- a/arch/arm/boot/dts/sun4i-a10-dserve-dsrv9703c.dts
+++ b/arch/arm/boot/dts/sun4i-a10-dserve-dsrv9703c.dts
@@ -163,7 +163,7 @@
&mmc0 {
pinctrl-names = "default";
- pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
+ pinctrl-0 = <&mmc0_pins_a>;
vmmc-supply = <&reg_vcc3v3>;
bus-width = <4>;
cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */