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: v3.19-rc1~167^2~9^2~25 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=18b6645ad8d0e45abde3366c223fed3219df168d;p=linux.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 3ec727d76d1b..0a1f1a888308 100644 --- a/arch/arm/boot/dts/sun9i-a80.dtsi +++ b/arch/arm/boot/dts/sun9i-a80.dtsi @@ -352,6 +352,13 @@ pio: pinctrl@06000800 { #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";