diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-23 00:08:38 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-12-26 08:24:50 +0100 |
commit | d312f6fb806db074e8fad95d6f8f2cb89cb07350 (patch) | |
tree | edb78874e827cf982e120979c0d63e60f2b5d860 /arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 (diff) | |
download | blackbird-obmc-linux-d312f6fb806db074e8fad95d6f8f2cb89cb07350.tar.gz blackbird-obmc-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/sun8i-h3-orangepi-pc.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts index 3ec971285aa3..638720c3d04e 100644 --- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts +++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts @@ -134,7 +134,6 @@ leds_opc: led_pins@0 { allwinner,pins = "PA15"; allwinner,function = "gpio_out"; - allwinner,drive = <SUN4I_PINCTRL_10_MA>; allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; }; @@ -143,14 +142,12 @@ leds_r_opc: led_pins@0 { allwinner,pins = "PL10"; allwinner,function = "gpio_out"; - allwinner,drive = <SUN4I_PINCTRL_10_MA>; allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; sw_r_opc: key_pins@0 { allwinner,pins = "PL3"; allwinner,function = "gpio_in"; - allwinner,drive = <SUN4I_PINCTRL_10_MA>; allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; }; |