From: Chen-Yu Tsai Date: Fri, 31 Oct 2014 03:05:47 +0000 (+0800) Subject: ARM: dts: sun9i: Add i2c3 pinmux setting for A80 SoC X-Git-Tag: v4.14-rc1~6384^2~9^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18b6645ad8d0e45abde3366c223fed3219df168d;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: sun9i: Add i2c3 pinmux setting for A80 SoC i2c3 has only one possible pinmux setting on the A80 SoC. Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun9i-a80.dtsi b/arch/arm/boot/dts/sun9i-a80.dtsi index 3ec727d..0a1f1a8 100644 --- a/arch/arm/boot/dts/sun9i-a80.dtsi +++ b/arch/arm/boot/dts/sun9i-a80.dtsi @@ -352,6 +352,13 @@ #size-cells = <0>; #gpio-cells = <3>; + i2c3_pins_a: i2c3@0 { + allwinner,pins = "PG10", "PG11"; + allwinner,function = "i2c3"; + allwinner,drive = <0>; + allwinner,pull = <0>; + }; + uart0_pins_a: uart0@0 { allwinner,pins = "PH12", "PH13"; allwinner,function = "uart0";