diff options
author | Maxime Ripard | 2016-09-22 23:09:58 +0200 |
---|---|---|
committer | Maxime Ripard | 2016-12-26 08:24:50 +0100 |
commit | 119c366aeae35e2322d3e31a7ac0d23679252777 (patch) | |
tree | c44fb305b686950367b9717507a6d110d7380a29 /arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts | |
parent | ARM: sunxi: Remove useless allwinner,drive property (diff) | |
download | kernel-qcow2-linux-119c366aeae35e2322d3e31a7ac0d23679252777.tar.gz kernel-qcow2-linux-119c366aeae35e2322d3e31a7ac0d23679252777.tar.xz kernel-qcow2-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/sun8i-a23-polaroid-mid2809pxe04.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts b/arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts index abcd94ea5e86..e8367deaa587 100644 --- a/arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts +++ b/arch/arm/boot/dts/sun8i-a23-polaroid-mid2809pxe04.dts @@ -86,7 +86,6 @@ wifi_pwrseq_pin_mid2809: wifi_pwrseq_pin@0 { allwinner,pins = "PL6"; allwinner,function = "gpio_out"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; }; |