From: Chen-Yu Tsai Date: Mon, 1 Feb 2016 14:59:58 +0000 (+0800) Subject: ARM: dts: sun9i: a80-optimus: Remove i2c3 and uart4 X-Git-Tag: v4.14-rc1~3592^2~11^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b279560dd38ac66f3e65fd586cef37f5c2ae624;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun9i-a80-optimus.dts b/arch/arm/boot/dts/sun9i-a80-optimus.dts index 958160e..d7a20d9 100644 --- a/arch/arm/boot/dts/sun9i-a80-optimus.dts +++ b/arch/arm/boot/dts/sun9i-a80-optimus.dts @@ -109,17 +109,6 @@ status = "okay"; }; -&i2c3 { - pinctrl-names = "default"; - pinctrl-0 = <&i2c3_pins_a>; - status = "okay"; -}; - -&i2c3_pins_a { - /* Enable internal pull-up */ - allwinner,pull = ; -}; - &ohci0 { status = "okay"; }; @@ -212,17 +201,6 @@ status = "okay"; }; -&uart4 { - pinctrl-names = "default"; - pinctrl-0 = <&uart4_pins_a>; - status = "okay"; -}; - -&uart4_pins_a { - /* Enable internal pull-up */ - allwinner,pull = ; -}; - &usbphy1 { phy-supply = <®_usb1_vbus>; status = "okay";