summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun6i-a31-mele-a1000g-quad.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2018-11-20 21:03:20 +0100
committerMaxime Ripard <maxime.ripard@bootlin.com>2018-11-28 15:14:08 +0100
commitd491714e8187bd5c3254971074d6c96875f0b957 (patch)
treeabac01272accfc41cca695230675a258a3dd7750 /arch/arm/boot/dts/sun6i-a31-mele-a1000g-quad.dts
parent8f9e10524902d0b476bcda18cec1925fba6ce2df (diff)
ARM: dts: sun6i: Remove card detect pull-up
Boards usually have an external pull-up on the card-detect signal, so there's no need to add another one. This also removes a DTC warning. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun6i-a31-mele-a1000g-quad.dts')
-rw-r--r--arch/arm/boot/dts/sun6i-a31-mele-a1000g-quad.dts10
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31-mele-a1000g-quad.dts b/arch/arm/boot/dts/sun6i-a31-mele-a1000g-quad.dts
index 0711f55945e0..3dcf44580839 100644
--- a/arch/arm/boot/dts/sun6i-a31-mele-a1000g-quad.dts
+++ b/arch/arm/boot/dts/sun6i-a31-mele-a1000g-quad.dts
@@ -102,7 +102,7 @@
&mmc0 {
pinctrl-names = "default";
- pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_m9>;
+ pinctrl-0 = <&mmc0_pins_a>;
vmmc-supply = <&reg_dcdc1>;
bus-width = <4>;
cd-gpios = <&pio 7 22 GPIO_ACTIVE_LOW>; /* PH22 */
@@ -122,14 +122,6 @@
#include "axp22x.dtsi"
-&pio {
- mmc0_cd_pin_m9: mmc0_cd_pin@0 {
- pins = "PH22";
- function = "gpio_in";
- bias-pull-up;
- };
-};
-
&reg_aldo1 {
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;