ARM: dts: sun8i: fix the pinmux for UART1

When the patch is applied, the allwinner,driver and allwinner,pull
properties are removed.

Although they're described to be optional in the devicetree binding,
without them, the pinmux cannot be initialized, and the uart cannot
be used.

Add them back to fix the problem, and makes the bluetooth on iNet D978
Rev2 board work.

Fixes: 82eec384249f (ARM: dts: sun8i: add pinmux for UART1 at PG)
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by Icenowy Zheng and committed by Maxime Ripard b7f865ed 1001354c

Changed files
+4
arch
arm
+4
arch/arm/boot/dts/sun8i-a23-a33.dtsi
··· 282 282 uart1_pins_a: uart1@0 { 283 283 allwinner,pins = "PG6", "PG7"; 284 284 allwinner,function = "uart1"; 285 + allwinner,drive = <SUN4I_PINCTRL_10_MA>; 286 + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; 285 287 }; 286 288 287 289 uart1_pins_cts_rts_a: uart1-cts-rts@0 { 288 290 allwinner,pins = "PG8", "PG9"; 289 291 allwinner,function = "uart1"; 292 + allwinner,drive = <SUN4I_PINCTRL_10_MA>; 293 + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; 290 294 }; 291 295 292 296 mmc0_pins_a: mmc0@0 {