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.dtsi | |
parent | d312f6fb806db074e8fad95d6f8f2cb89cb07350 (diff) | |
download | op-kernel-dev-119c366aeae35e2322d3e31a7ac0d23679252777.zip op-kernel-dev-119c366aeae35e2322d3e31a7ac0d23679252777.tar.gz |
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.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i.dtsi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi index dd9536a..40d0cf5 100644 --- a/arch/arm/boot/dts/sun5i.dtsi +++ b/arch/arm/boot/dts/sun5i.dtsi @@ -557,19 +557,16 @@ i2c0_pins_a: i2c0@0 { allwinner,pins = "PB0", "PB1"; allwinner,function = "i2c0"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; i2c1_pins_a: i2c1@0 { allwinner,pins = "PB15", "PB16"; allwinner,function = "i2c1"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; i2c2_pins_a: i2c2@0 { allwinner,pins = "PB17", "PB18"; allwinner,function = "i2c2"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; lcd_rgb565_pins: lcd_rgb565@0 { @@ -578,7 +575,6 @@ "PD19", "PD20", "PD21", "PD22", "PD23", "PD24", "PD25", "PD26", "PD27"; allwinner,function = "lcd0"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; mmc0_pins_a: mmc0@0 { @@ -586,7 +582,6 @@ "PF4", "PF5"; allwinner,function = "mmc0"; allwinner,drive = <SUN4I_PINCTRL_30_MA>; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; mmc2_pins_a: mmc2@0 { @@ -601,31 +596,26 @@ spi2_pins_a: spi2@0 { allwinner,pins = "PE1", "PE2", "PE3"; allwinner,function = "spi2"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; spi2_cs0_pins_a: spi2-cs0@0 { allwinner,pins = "PE0"; allwinner,function = "spi2"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; uart3_pins_a: uart3@0 { allwinner,pins = "PG9", "PG10"; allwinner,function = "uart3"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; uart3_pins_cts_rts_a: uart3-cts-rts@0 { allwinner,pins = "PG11", "PG12"; allwinner,function = "uart3"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; pwm0_pins: pwm0 { allwinner,pins = "PB2"; allwinner,function = "pwm"; - allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; }; }; |