Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun9i: a80-optimus: Remove i2c3 and uart4

i2c3 and uart4 are available on the GPIO header. Though these pins only
have this one special function, the user may choose to use them as GPIOs
instead.

Since our policy is not to choose what function to present on the GPIO
headers of development boards, remove them.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Chen-Yu Tsai and committed by
Maxime Ripard
6b279560 deb74a24

-22
-22
arch/arm/boot/dts/sun9i-a80-optimus.dts
··· 109 109 status = "okay"; 110 110 }; 111 111 112 - &i2c3 { 113 - pinctrl-names = "default"; 114 - pinctrl-0 = <&i2c3_pins_a>; 115 - status = "okay"; 116 - }; 117 - 118 - &i2c3_pins_a { 119 - /* Enable internal pull-up */ 120 - allwinner,pull = <SUN4I_PINCTRL_PULL_UP>; 121 - }; 122 - 123 112 &ohci0 { 124 113 status = "okay"; 125 114 }; ··· 199 210 pinctrl-names = "default"; 200 211 pinctrl-0 = <&uart0_pins_a>; 201 212 status = "okay"; 202 - }; 203 - 204 - &uart4 { 205 - pinctrl-names = "default"; 206 - pinctrl-0 = <&uart4_pins_a>; 207 - status = "okay"; 208 - }; 209 - 210 - &uart4_pins_a { 211 - /* Enable internal pull-up */ 212 - allwinner,pull = <SUN4I_PINCTRL_PULL_UP>; 213 213 }; 214 214 215 215 &usbphy1 {