diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-04-19 07:09:17 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-05-14 08:32:31 +0200 |
commit | cf439662affda9475d4b71b910aad856fc3966d3 (patch) | |
tree | f8e894da2774667f1543df562cc164c1fdb6a2f7 /arch/arm/boot/dts/sun7i-a20-m3.dts | |
parent | ARM: sunxi: common-regulators: Drop pinmux settings for GPIO pins (diff) | |
download | linux-cf439662affda9475d4b71b910aad856fc3966d3.tar.xz linux-cf439662affda9475d4b71b910aad856fc3966d3.zip |
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/sun7i-a20-m3.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-m3.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-m3.dts b/arch/arm/boot/dts/sun7i-a20-m3.dts index 86f69813683e..43c94787ef07 100644 --- a/arch/arm/boot/dts/sun7i-a20-m3.dts +++ b/arch/arm/boot/dts/sun7i-a20-m3.dts @@ -117,7 +117,7 @@ &mmc0 { pinctrl-names = "default"; - pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>; + pinctrl-0 = <&mmc0_pins_a>; vmmc-supply = <®_vcc3v3>; bus-width = <4>; cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */ |