Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1015562ybd; Sat, 22 Jun 2019 21:40:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqxCRyeEENQULCPivQmKiPac1+EkBTN2JfDhtT7GhObyxF+aOcKKOXqDnTyLKFUTrKDq5CnB X-Received: by 2002:a17:902:9f93:: with SMTP id g19mr124580912plq.223.1561264846426; Sat, 22 Jun 2019 21:40:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561264846; cv=none; d=google.com; s=arc-20160816; b=KifQbMlJB6RQIPxg44u6e/G/yxgx+Rn6LnjYacPciJoHMkQAIeBP2lCflW1sXHy+Mu O85OCDbuddje1ROGkpphdP0n6qR8OL4+CZcUju9dUK4An9cgy9hSK8xlEXZns26wrIqM 80oNuwLOBNwwP6j0Qpu7Z3rJWlw5kvYTRnI4lwcoClF2m2iJauaHbPO5lUKRQEe9ABqh IA9eahbGcg0ZnFOYjFURvuyqTDFYA0nSZ/ib2mQ/XsoSbvdlbOq29+aXeaeyhI7yHpyt i+L9bKqwXYf9fDpP0lk8Q5Np+faIBCT2nbBANVtwqqai4K2lkIHhjAuEYzhX8DQw8rba 2toA== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=70woGm+1s/LQ6SoP1klGKZUdjy2P23fyoSrCAg3NChs=; b=bUHECF7WeSYh5JCBpTVyxHCO3zYG1DBgsfsy0AAg8vKo+Xg2pFo/KUk6mfHcC+/Mhu 0ZH9Y3v2KfA20LXOMIGTEYw93RQBidf/m0vygg5kZ2CtVfbeFTiMCAXapfwmA+a9qPgR yiJBUH9Zm2xLVcFuyaRdEQjPBgnAANrcc1V2GWysjWHpyKVexrF6fhsEjznLz+pWuBpP cOS69qnAqIEfluDfx7FMDX0bp+TvrjATb1QnxArb2MBvd+2zyjYkSN+ag34zKVUPaRKj P2tWfkSlR+YOE1+LfEMf4xQuR7IBCdvMhenQByU34SMcmsyGBYt0y6032MIMV8Iabjvv lj3g== 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 k1si6303964pgq.175.2019.06.22.21.40.31; Sat, 22 Jun 2019 21:40:46 -0700 (PDT) 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 S1726518AbfFWEkE (ORCPT + 99 others); Sun, 23 Jun 2019 00:40:04 -0400 Received: from hermes.aosc.io ([199.195.250.187]:52248 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726050AbfFWEkE (ORCPT ); Sun, 23 Jun 2019 00:40:04 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 1A81A6B5D5; Sun, 23 Jun 2019 04:39:59 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Linus Walleij Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH v3 6/9] ARM: sunxi: dts: s3/s3l/v3: add DTSI files for S3/S3L/V3 SoCs Date: Sun, 23 Jun 2019 12:37:58 +0800 Message-Id: <20190623043801.14040-7-icenowy@aosc.io> In-Reply-To: <20190623043801.14040-1-icenowy@aosc.io> References: <20190623043801.14040-1-icenowy@aosc.io> 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 The Allwinner S3/S3L/V3 SoCs all share the same die with the V3s SoC, but with more GPIO wired out of the package. Add DTSI files for these SoCs. The DTSI file for V3 just replaces the pinctrl compatible string, and the S3/S3L DTSI files just include the V3 DTSI file. Signed-off-by: Icenowy Zheng --- No changes in v3/v2. arch/arm/boot/dts/sun8i-s3.dtsi | 6 ++++++ arch/arm/boot/dts/sun8i-s3l.dtsi | 6 ++++++ arch/arm/boot/dts/sun8i-v3.dtsi | 14 ++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 arch/arm/boot/dts/sun8i-s3.dtsi create mode 100644 arch/arm/boot/dts/sun8i-s3l.dtsi create mode 100644 arch/arm/boot/dts/sun8i-v3.dtsi diff --git a/arch/arm/boot/dts/sun8i-s3.dtsi b/arch/arm/boot/dts/sun8i-s3.dtsi new file mode 100644 index 000000000000..0f41a25ecb30 --- /dev/null +++ b/arch/arm/boot/dts/sun8i-s3.dtsi @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (C) 2019 Icenowy Zheng + */ + +#include "sun8i-v3.dtsi" diff --git a/arch/arm/boot/dts/sun8i-s3l.dtsi b/arch/arm/boot/dts/sun8i-s3l.dtsi new file mode 100644 index 000000000000..0f41a25ecb30 --- /dev/null +++ b/arch/arm/boot/dts/sun8i-s3l.dtsi @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (C) 2019 Icenowy Zheng + */ + +#include "sun8i-v3.dtsi" diff --git a/arch/arm/boot/dts/sun8i-v3.dtsi b/arch/arm/boot/dts/sun8i-v3.dtsi new file mode 100644 index 000000000000..6ae8645ade50 --- /dev/null +++ b/arch/arm/boot/dts/sun8i-v3.dtsi @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (C) 2019 Icenowy Zheng + */ + +#include "sun8i-v3s.dtsi" + +&ccu { + compatible = "allwinner,sun8i-v3-ccu"; +}; + +&pio { + compatible = "allwinner,sun8i-v3-pinctrl"; +}; -- 2.21.0