ARM: sunxi: Remove useless allwinner,pull property

The allwinner,pull property set to NO_PULL was really considered our
default (and wasn't even changing the default value in the code).

Remove these properties to make it obvious that we do not set anything in
such a case.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Maxime Ripard
2016-09-23 00:09:58 +03:00
والد d312f6fb80
کامیت 119c366aea
85فایلهای تغییر یافته به همراه0 افزوده شده و 321 حذف شده

مشاهده پرونده

@@ -193,13 +193,11 @@
gmac_power_pin_bananapi: gmac_power_pin@0 {
allwinner,pins = "PH23";
allwinner,function = "gpio_out";
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
};
led_pins_bananapi: led_pins@0 {
allwinner,pins = "PH24";
allwinner,function = "gpio_out";
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
};
};