Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4480056ybi; Tue, 11 Jun 2019 07:20:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqx7LFqg7UuOIe5sXwHfj3EMhQ97ycKfnObQDhpxwuQWKH8RHJG1yrk6ZI3Hf8XmInB9AXJH X-Received: by 2002:a17:902:e591:: with SMTP id cl17mr42991218plb.59.1560262822556; Tue, 11 Jun 2019 07:20:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560262822; cv=none; d=google.com; s=arc-20160816; b=PvuH5y6TGduY9gz5+BDq42MTMPeSYT+6+rUyQ/Ve79IoChyX+//IJt1NI7JJI5g77S O7sVyJfA+xbRWvmf3oJPCrN9LnQGYRa9a0bNQiC0dEknjZ5M9rmh6VYSoqWZ0xOp1Hfu FF8Md2GnQwsXYB/E+J7InqtXIDMF1NbziKeC86+/d79zL7MFaryZh/pRtbiwrN9bdjdg faFJzSMzehdEhBC+dtTEt82R3Z7EvqP7cR89ZCMMCqaBrjntgC7Fv2HFeQZIG2xUtsvS yo4L8ioKADTsvFEIXV3IGcMvXCxFej4T0cGcuZJ5KoHEd8jpStY0DiVnJan3kBZBwqQp zIfg== 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=4jHrefAPhNiglhclOQkTeqmfdMSWCOM+0jvoQ2yysEE=; b=csXY9nd2y79cu+IXTVld0tnEcMeNf2rpZL5adMFNndLtuzgh/sAg7jkqanyD4ySWXp u5kc1xSiraA/VHZ/DBGseT5WO9Po0/iWqIjeonjtMkBDJbFxEYxZ02abs4uItBpAgQWU MQCjmuJQ5U6muZwFNiOJntH5IE7oZhELKDp2eyL7QG1DaeBJtcIk4JQ9EcKpsjncbsKQ NHHUCfrURAvuMTDbL6URUK4/owDOynImOzJCeGvfhXu+Tv+H2tHKP9LFA/OZWSSdPO5j I49xwJEvRQVpinoPVrb1HZEJKxCMPxFSRq4MctMAzJmrvnInBje7rkKWvTnNqjnFhyZ8 tGkA== 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 q4si13706759pfg.286.2019.06.11.07.20.06; Tue, 11 Jun 2019 07:20:22 -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 S2390991AbfFKOTv (ORCPT + 99 others); Tue, 11 Jun 2019 10:19:51 -0400 Received: from hermes.aosc.io ([199.195.250.187]:33451 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389585AbfFKOTn (ORCPT ); Tue, 11 Jun 2019 10:19:43 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id EAC598229B; Tue, 11 Jun 2019 14:12:22 +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 v2 08/11] ARM: sunxi: dts: s3/s3l/v3: add DTSI files for S3/S3L/V3 SoCs Date: Tue, 11 Jun 2019 22:09:37 +0800 Message-Id: <20190611140940.14357-9-icenowy@aosc.io> In-Reply-To: <20190611140940.14357-1-icenowy@aosc.io> References: <20190611140940.14357-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 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