Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp1168475imj; Sat, 16 Feb 2019 23:02:57 -0800 (PST) X-Google-Smtp-Source: AHgI3IZQGzz4Y4vbO5xlNxKzMsvhCBoZ0r3IGso8oA3HkP9K0YQa/FlWjFYoLGJvmFs1ZcxFkwGU X-Received: by 2002:a62:221a:: with SMTP id i26mr17858935pfi.174.1550386976976; Sat, 16 Feb 2019 23:02:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550386976; cv=none; d=google.com; s=arc-20160816; b=JfVFXY9NeVhOOiBInKXQ1iOiCcYLLf5NLFsLX3SzUf0TXcbC6unHunXuljqFj1SUN8 16nYR8P00snF3sIRLIxM4HMgsJLYHo/tsafxsICGm3r84ETe+l7NDDYyesLp7iiLJ2e2 FxjOYpVIihcHJLE/68z2n1d0jkmKLFax7xe7kDhtUgCC3B8cjKEM1tlzllfoH1TfWtGy nx5yk4LqKGSS4ru7vC35gtMwYZrX0xz/ZG9Db1Y4q0buFBB0wC5hoUDVNUTOHqcPgL8H PVF8l1MCqJ5XOWt284fRGxytfblqsZhaAkp3Hqk60wUf9t6NtFjnY5r2fZqteeXjBa9X 1AIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=CX/72Fkw9Q06+nV8BlYGvK3nIombqimQ93RTGEvY0rw=; b=ezxEuKAGgYNy2ftkqf1gZ0V+BHqeXIC3dBZ+gCjPyTFxPhKLVem6tnm+30uM55ZeYs 4B678v+PEIL38zPlNQROPqw5JzszqEx1P3HsQDMa7qcgS9nYjanicXIAG7snCcxGEvhW QoemkK1DhjJwX4UEVvwL1gFXibrAWV18lR3ipge2pkwjUZBs65Pv4bu58G6rGZVFP1RR DsmfTUntr+hTVMnEOTlVguCKeoOZCkXSX9GsHs6scy34Uh1MEhzGPPchy5whvDPMyFm0 YgEpOY9Z1xmufLcqobV/hjoUfuZT/k7etolSMpyI8tWxrwEr//I6MsVTPksfI3C7iSYZ pjWA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s4si8329889pfm.112.2019.02.16.23.02.40; Sat, 16 Feb 2019 23:02:56 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732361AbfBPSVs (ORCPT + 99 others); Sat, 16 Feb 2019 13:21:48 -0500 Received: from unicorn.mansr.com ([81.2.72.234]:40610 "EHLO unicorn.mansr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727312AbfBPSVs (ORCPT ); Sat, 16 Feb 2019 13:21:48 -0500 Received: by unicorn.mansr.com (Postfix, from userid 51770) id 885EB17C56; Sat, 16 Feb 2019 18:21:43 +0000 (GMT) From: Mans Rullgard To: Maxime Ripard , Chen-Yu Tsai Cc: Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: dts: sun7i: add pinctrl for missing uart mux options Date: Sat, 16 Feb 2019 18:21:32 +0000 Message-Id: <20190216182132.12895-1-mans@mansr.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This adds pinctrl settings for various missing uart options. Signed-off-by: Mans Rullgard --- arch/arm/boot/dts/sun7i-a20.dtsi | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index af5b067a5f83..2295ff5adf48 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -944,6 +944,31 @@ function = "uart0"; }; + uart0_pf_pins: uart0-pf-pins { + pins = "PF2", "PF4"; + function = "uart0"; + }; + + uart1_pa_pins: uart1-pa-pins { + pins = "PA10", "PA11"; + function = "uart1"; + }; + + uart1_cts_rts_pa_pins: uart1-cts-rts-pa-pins { + pins = "PA12", "PIA13"; + function = "uart2"; + }; + + uart2_pa_pins: uart2-pa-pins { + pins = "PIA2", "PIA3"; + function = "uart2"; + }; + + uart2_cts_rts_pa_pins: uart2-cts-rts-pa-pins { + pins = "PA0", "PIA1"; + function = "uart2"; + }; + uart2_pi_pins: uart2-pi-pins { pins = "PI18", "PI19"; function = "uart2"; @@ -969,6 +994,11 @@ function = "uart3"; }; + uart3_cts_rts_ph_pins: uart3-cts-rts-ph-pins { + pins = "PH2", "PH3"; + function = "uart3"; + }; + uart4_pg_pins: uart4-pg-pins { pins = "PG10", "PG11"; function = "uart4"; @@ -979,16 +1009,31 @@ function = "uart4"; }; + uart5_ph_pins: uart5-ph-pins { + pins = "PH6", "PH7"; + function = "uart5"; + }; + uart5_pi_pins: uart5-pi-pins { pins = "PI10", "PI11"; function = "uart5"; }; + uart6_pa_pins: uart6-pa-pins { + pins = "PA12", "PA13"; + function = "uart6"; + }; + uart6_pi_pins: uart6-pi-pins { pins = "PI12", "PI13"; function = "uart6"; }; + uart7_pa_pins: uart7-pa-pins { + pins = "PA14", "PA15"; + function = "uart7"; + }; + uart7_pi_pins: uart7-pi-pins { pins = "PI20", "PI21"; function = "uart7"; -- 2.20.1