Received: by 2002:ac0:950c:0:0:0:0:0 with SMTP id f12csp2183430imc; Tue, 12 Mar 2019 08:36:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqy4hqVzpgUznxBbdUPzBexM0Weg9LAFxrvzi39hyvvdH0p+aE30SFyhwBrMLeph0BcEe07M X-Received: by 2002:a17:902:8e82:: with SMTP id bg2mr40456668plb.217.1552404983256; Tue, 12 Mar 2019 08:36:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552404983; cv=none; d=google.com; s=arc-20160816; b=RPUFeCjE+XWsreyab7ug21aR15b6eNj0iL2eypEXKoyuR0wVbQ2jq9tWDvtn93lbHi 6GML6eawi+fu8awUSlth/qHoDfViX1CJ95WPSje2yiZmZqvZ489PorDiXWDuBtEWHYWJ nooypgGTOKd8yOBHehMOTiyzoRItfoSyflTpkIb9rUUX5dG9yK8x31Y+jh+RTOJyn7Is xGmh1mQH0A8xdRHl3HSR48Ik3MIJH+cWwk/f7gjEX9eJGxE0UJTMSHqu22/YTfgMsoZo c5AOq3ooJ8SHCh7I7VLYzQgLim5GIvpEohJK5+3hatQRRb2FlwKcCYSHiw1TnGhrnFjw 14+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=s4Oy2aFi2rYLjRFzisqmH3OWs0p1Sask/BhmRo8+WLk=; b=rwP2vYYqXo/b/DGPI9UCZK+TmBG8MsMPdez8SCEoI7nFHcAASU7Zat0A7UUEs5280M MASxQriOV3jECmQXPgVzX0dRM4qcA7ONY48SxTo4+Ly+ELcxdlY/u+wmHLObaF07Iygy 5l2vrs8ypUwzQhW/bT23nxb7+WedkIkcF+tXD86FXeppmmz8qHzu1BWgb0auusHvpGlE 44wxcXzsg8zL47guYulugMs682UvuDw1CC1tr45i3c7qsmOEIh1UCsz3GesJBSwkk5dE K+kU0Jw4f/EfJFXSn5w2DEbTExGShbvXem2Ixnw7MEpgBX/Ab3PNlJZXuFhBvtqEHxD8 Ijhw== 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 32si8280538plb.278.2019.03.12.08.36.07; Tue, 12 Mar 2019 08:36:23 -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 S1726963AbfCLPeA (ORCPT + 99 others); Tue, 12 Mar 2019 11:34:00 -0400 Received: from hermes.aosc.io ([199.195.250.187]:40103 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726504AbfCLPc6 (ORCPT ); Tue, 12 Mar 2019 11:32:58 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 9B7C815FCC5; Tue, 12 Mar 2019 15:26:22 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Linus Walleij , Jagan Teki 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 11/14] ARM: sunxi: dts: s3/s3l/v3: add DTSI files for S3/S3L/V3 SoCs Date: Tue, 12 Mar 2019 23:22:53 +0800 Message-Id: <20190312152256.35574-12-icenowy@aosc.io> In-Reply-To: <20190312152256.35574-1-icenowy@aosc.io> References: <20190312152256.35574-1-icenowy@aosc.io> 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 --- 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.18.1