diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-22 23:08:38 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-12-26 08:24:50 +0100 |
commit | d312f6fb806db074e8fad95d6f8f2cb89cb07350 (patch) | |
tree | edb78874e827cf982e120979c0d63e60f2b5d860 /arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dts | |
parent | Linux 4.10-rc1 (diff) | |
download | linux-d312f6fb806db074e8fad95d6f8f2cb89cb07350.tar.xz linux-d312f6fb806db074e8fad95d6f8f2cb89cb07350.zip |
ARM: sunxi: Remove useless allwinner,drive property
The allwinner,drive property set to 10mA was really considered as our
default. Remove all those properties entirely to make that obvious.
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>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dts b/arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dts index 2f6b21adddd9..a10c4ccd741d 100644 --- a/arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dts +++ b/arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dts @@ -175,28 +175,24 @@ bl_enable_pin: bl_enable_pin@0 { allwinner,pins = "PH7"; allwinner,function = "gpio_out"; - allwinner,drive = <SUN4I_PINCTRL_10_MA>; allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; codec_pa_pin: codec_pa_pin@0 { allwinner,pins = "PH15"; allwinner,function = "gpio_out"; - allwinner,drive = <SUN4I_PINCTRL_10_MA>; allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; ts_reset_pin: ts_reset_pin@0 { allwinner,pins = "PB13"; allwinner,function = "gpio_out"; - allwinner,drive = <SUN4I_PINCTRL_10_MA>; allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; usb0_id_detect_pin: usb0_id_detect_pin@0 { allwinner,pins = "PH4"; allwinner,function = "gpio_in"; - allwinner,drive = <SUN4I_PINCTRL_10_MA>; allwinner,pull = <SUN4I_PINCTRL_PULL_UP>; }; }; |