Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp2204915pxx; Sat, 31 Oct 2020 11:31:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzMKy5JawISSaHQYg2sqRdfY7i5quPA79yui3u5OfWFUwCUmGGyPO4fES+N/KMOlD09QhwF X-Received: by 2002:a17:906:6409:: with SMTP id d9mr8220792ejm.344.1604169100952; Sat, 31 Oct 2020 11:31:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1604169100; cv=none; d=google.com; s=arc-20160816; b=wly93+zxaPJzTDTW1TORKbgBHUsZT4LIFD64QIibRgsQnO6kQGxN8vK9bpSmf+aNAW KIvA5TMbGWBUkSWQvYSO0jbngumrzrQJD8m4VR1btOPQCOShHog8q6zZE6NwXJ0E4LQh a/Zk/qkHDpxiN0lBgShZM5IX1CAsdwfTMH82wlR6yQ2ohpMqf7H3p31TAsqZ/9iExCIK qHZe4af8p1yHj91BJthT7FAR9Yv8bm1eSg+XlzKDCVWAd7pJbXVxBmVNgpphjpbyJMWY UwV6XZzSczWxON0IHqszi2zEgjXRy4YWl9nH5WDH3c9v7EyCfGHqc6nVodYesX4KoMqe Xi9A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=yDFXWz3vrkRQCAgz2qyvdXQLwNoFZt8w0/5wFC762kg=; b=Sbx0G/GE/zXGjVk0N/rYdzdmRVwJxMtPWj+IGjKjbbHg1ZYZTvkkNShyjZai4TUzH/ 2+6w3sr3tYkVrtDH18GCikRByKGX9sr7B7meEGzRF3vIN0lt4P4O8E58jEdUOuJULWyH LtKEhYckkgzanIiGNjIqrCFpHCO6YWyI3e63BNcKxz6KX0ATx6KNZTVw2ofa7yi1Z7c6 YeKFlx4s3INdzji/L9+2AJQncjK6FkqeXcyyW+VM2PA141KvvctNhNV/pFw9SuwCZczt j+83Dt4c3CeGvOy+S/uxTi0+3x1pHMPvPhqaDerlU1mHge6of3FgzamHgwmJAzLkyPRx yimw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b12si3620800ejz.656.2020.10.31.11.31.18; Sat, 31 Oct 2020 11:31:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728307AbgJaS2r (ORCPT + 99 others); Sat, 31 Oct 2020 14:28:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39798 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728240AbgJaS2r (ORCPT ); Sat, 31 Oct 2020 14:28:47 -0400 Received: from leonov.paulk.fr (vpn-0-22.aquilenet.fr [IPv6:2a0c:e300:4:22::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6906DC0617A6; Sat, 31 Oct 2020 11:28:46 -0700 (PDT) Received: from gagarine.paulk.fr (gagarine [192.168.1.127]) by leonov.paulk.fr (Postfix) with ESMTPS id AE81CC029C; Sat, 31 Oct 2020 19:22:28 +0100 (CET) Received: by gagarine.paulk.fr (Postfix, from userid 114) id 1D94AC1D65; Sat, 31 Oct 2020 19:22:28 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on gagarine.paulk.fr X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 Received: from localhost.localdomain (unknown [192.168.1.101]) by gagarine.paulk.fr (Postfix) with ESMTP id 8F05EC1D66; Sat, 31 Oct 2020 19:21:54 +0100 (CET) From: Paul Kocialkowski To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Matteo Scordino , Icenowy Zheng , Paul Kocialkowski Subject: [PATCH 2/9] ARM: dts: sun8i-v3: Add UART1 PG pins description Date: Sat, 31 Oct 2020 19:21:30 +0100 Message-Id: <20201031182137.1879521-3-contact@paulk.fr> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201031182137.1879521-1-contact@paulk.fr> References: <20201031182137.1879521-1-contact@paulk.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org UART1 is often exposed through the PG pins (usually for the debug console) on the V3. They are not available on V3s. Describe these pins in device-tree. Signed-off-by: Paul Kocialkowski --- arch/arm/boot/dts/sun8i-v3.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-v3.dtsi b/arch/arm/boot/dts/sun8i-v3.dtsi index ca4672ed2e02..edf48e0471ad 100644 --- a/arch/arm/boot/dts/sun8i-v3.dtsi +++ b/arch/arm/boot/dts/sun8i-v3.dtsi @@ -24,4 +24,10 @@ external_mdio: mdio@2 { &pio { compatible = "allwinner,sun8i-v3-pinctrl"; + + /omit-if-no-ref/ + uart1_pg_pins: uart1-pg-pins { + pins = "PG6", "PG7"; + function = "uart1"; + }; }; -- 2.28.0