diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-23 00:09:58 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-12-26 08:24:50 +0100 |
commit | 119c366aeae35e2322d3e31a7ac0d23679252777 (patch) | |
tree | c44fb305b686950367b9717507a6d110d7380a29 /arch/arm/boot/dts/sun5i-a13-hsg-h702.dts | |
parent | d312f6fb806db074e8fad95d6f8f2cb89cb07350 (diff) | |
download | blackbird-obmc-linux-119c366aeae35e2322d3e31a7ac0d23679252777.tar.gz blackbird-obmc-linux-119c366aeae35e2322d3e31a7ac0d23679252777.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a13-hsg-h702.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13-hsg-h702.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13-hsg-h702.dts b/arch/arm/boot/dts/sun5i-a13-hsg-h702.dts index aa4484ac50b2..f5d1a04f3a16 100644 --- a/arch/arm/boot/dts/sun5i-a13-hsg-h702.dts +++ b/arch/arm/boot/dts/sun5i-a13-hsg-h702.dts @@ -150,7 +150,6 @@ usb0_vbus_detect_pin: usb0_vbus_detect_pin@0 { allwinner,pins = "PG1"; allwinner,function = "gpio_in"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; }; |