| Message ID | 20230408125156.GA17050@jernej-laptop |
|---|---|
| State | New |
| Headers | show
Return-Path:
<linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org>
X-Original-To: incoming-imx@patchwork.ozlabs.org
Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org
Authentication-Results: legolas.ozlabs.org;
spf=none (no SPF record) smtp.mailfrom=lists.infradead.org
(client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org;
envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org;
receiver=<UNKNOWN>)
Authentication-Results: legolas.ozlabs.org;
dkim=pass (2048-bit key;
secure) header.d=lists.infradead.org header.i=@lists.infradead.org
header.a=rsa-sha256 header.s=bombadil.20210309 header.b=irYFohxa;
dkim=fail reason="signature verification failed" (2048-bit key;
unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256
header.s=k20201202 header.b=h6f6l6QN;
dkim-atps=neutral
Received: from bombadil.infradead.org (bombadil.infradead.org
[IPv6:2607:7c80:54:3::133])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384)
(No client certificate requested)
by legolas.ozlabs.org (Postfix) with ESMTPS id 4Ptw9v5bqyz1yZ5
for <incoming-imx@patchwork.ozlabs.org>;
Sat, 8 Apr 2023 22:52:19 +1000 (AEST)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
d=lists.infradead.org; s=bombadil.20210309; h=Sender:
Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post:
List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To:
From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:
Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:
List-Owner; bh=gfHKa386gSLhxtJZkWWGCu723MP44Hgkwx25vxWWY24=; b=irYFohxaJM1vVv
9Og3OYQQ6Q8RFt5jgDz4qfbpyZjfNIyajselKaPxbrNmG/fGMYfH6fwlQMSha01gg3dG30qAJPiE4
PRhDq5IcQYR4p1QP75/jF/NIKkuss9b0d6KIYzpstkfy35bzJeSFvJGkG4p0TMLvi2P60xcuoK0I4
D3vNDJkKgGPnGNCnvfGTmItzekIXGFoqcbfiIkG7lUH/Vvsx7PvEW0bpSR9seqR+MVdpABosIJmrD
cBwo3WS3/yBNkCMlnsB7P7qdVqKIDFKYoS3UR4dB2LH7OaQJls0oL0Dqvs4AuPuJ+mWKYjB/G5ANU
R0vfYSFZkzyGhOSlQ7pQ==;
Received: from localhost ([::1] helo=bombadil.infradead.org)
by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux))
id 1pl833-00CLST-2X;
Sat, 08 Apr 2023 12:52:05 +0000
Received: from dfw.source.kernel.org ([139.178.84.217])
by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux))
id 1pl830-00CLS6-2w
for linux-arm-kernel@lists.infradead.org;
Sat, 08 Apr 2023 12:52:04 +0000
Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by dfw.source.kernel.org (Postfix) with ESMTPS id B8AA860DD3;
Sat, 8 Apr 2023 12:52:01 +0000 (UTC)
Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F174C433D2;
Sat, 8 Apr 2023 12:51:59 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org;
s=k20201202; t=1680958321;
bh=t2cV3pWQB/RnAF/elwKV9OHBVQZQkp6dQdvYKbNrxQQ=;
h=Date:From:List-Id:To:Cc:Subject:From;
b=h6f6l6QNYBIb34sMdraIEbi67lWnU5hW5b8mFJH3OzP7Yd7+ivpWvcW+TrGg5I32p
QRvtdhKMHwkBr5VnvF0D3vzGgRTqjR4p+MO9nwY5Tg3xtNbSpYcs0grea5vrXOrzpX
EDXjK3FVGQP9i75kZK8OI4zhqr9YTPS9+uw/j8Y3l9ImpsT/+B3ZVYXpodrFxmQeTx
DwAmtZjrrnFdHPmwCB3ZdZ1gJcfRGrs+GfGVVUz+Dm2GdrtUmbhoncjZxvhU0dQwgj
VjHfCRD8QXuys3OfoB13GiCpXi4IvXmp7PhsvbRKcnamIGeOZToYpy7IfAboMN6AAY
Dv6qr6eeQYqNg==
Date: Sat, 8 Apr 2023 14:51:56 +0200
From: Jernej Skrabec <jernej@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: wens@csie.org, samuel@sholland.org,
linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev
Subject: [GIT PULL] Allwinner device tree changes for 6.4
Message-ID: <20230408125156.GA17050@jernej-laptop>
MIME-Version: 1.0
Content-Disposition: inline
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3
X-CRM114-CacheID: sfid-20230408_055203_046675_9F8426BE
X-CRM114-Status: GOOD ( 13.22 )
X-Spam-Score: -5.4 (-----)
X-Spam-Report: Spam detection software,
running on the system "bombadil.infradead.org",
has NOT identified this incoming email as spam. The original
message has been attached to this so you can view it or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: Hi! Please pull following DT changes for 6.4. Best regards,
Jernej
Content analysis details: (-5.4 points, 5.0 required)
pts rule name description
---- ----------------------
--------------------------------------------------
-5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at https://www.dnswl.org/,
high trust
[139.178.84.217 listed in list.dnswl.org]
-0.0 SPF_PASS SPF: sender matches SPF record
0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record
-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
author's domain
-0.1 DKIM_VALID Message has at least one valid DKIM or DK
signature
0.1 DKIM_SIGNED Message has a DKIM or DK signature,
not necessarily
valid
-0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from
envelope-from domain
-0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender
X-BeenThere: linux-arm-kernel@lists.infradead.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: <linux-arm-kernel.lists.infradead.org>
List-Unsubscribe:
<http://lists.infradead.org/mailman/options/linux-arm-kernel>,
<mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe>
List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/>
List-Post: <mailto:linux-arm-kernel@lists.infradead.org>
List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help>
List-Subscribe:
<http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>,
<mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org>
Errors-To:
linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org
|
| Series |
[GIT,PULL] Allwinner device tree changes for 6.4
|
expand
|
Hi! Please pull following DT changes for 6.4. Best regards, Jernej The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-6.4-1 for you to fetch changes up to a140b18f0cc79f5c302ecedbde8364d49effa67f: riscv: dts: allwinner: d1: Switch dma-names order for snps,dw-apb-uart nodes (2023-04-08 14:34:29 +0200) ---------------------------------------------------------------- - added D1 crypto node - enabled DVFS on OrangePi PC2 board - added GPIO line names on Nezha D1 board - added suniv USB nodes and enabled on licheepi-nano - new suniv boards: PopStick v1.1 and Lctech Pi - added Allwinner T113-s DTSI - added MangoPi MQ-R T113-s board variant - swapped DMA names for A23, A31, A33, D1, H3, H5, V3s ---------------------------------------------------------------- Andre Przywara (6): arm64: dts: allwinner: h5: OrangePi PC2: add OPP table to enable DVFS ARM: dts: suniv: Add Lctech Pi F1C200s devicetree dts: add riscv include prefix link ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi dt-bindings: arm: sunxi: document MangoPi MQ-R board names ARM: dts: sunxi: add MangoPi MQ-R-T113 board Cristian Ciocaltea (5): ARM: dts: sun6i: a31: Switch dma-names order for snps,dw-apb-uart nodes ARM: dts: sun8i: a23/a33: Switch dma-names order for snps,dw-apb-uart nodes ARM: dts: sun8i: v3s: Switch dma-names order for snps,dw-apb-uart nodes ARM: dts: sunxi: h3/h5: Switch dma-names order for snps,dw-apb-uart nodes riscv: dts: allwinner: d1: Switch dma-names order for snps,dw-apb-uart nodes Icenowy Zheng (5): ARM: dts: suniv: add USB-related device nodes ARM: dts: suniv: licheepi-nano: enable USB dt-bindings: vendor-prefixes: add Source Parts and Lctech names dt-binding: arm: sunxi: add two board compatible strings ARM: dts: suniv: add device tree for PopStick v1.1 Samuel Holland (1): riscv: dts: allwinner: d1: Add crypto engine node Trevor Woerner (1): riscv: dts: nezha-d1: add gpio-line-names Documentation/devicetree/bindings/arm/sunxi.yaml | 18 +++ Documentation/devicetree/bindings/riscv/sunxi.yaml | 5 + .../devicetree/bindings/vendor-prefixes.yaml | 4 + arch/arm/boot/dts/Makefile | 5 +- arch/arm/boot/dts/sun6i-a31.dtsi | 12 +- arch/arm/boot/dts/sun8i-a23-a33.dtsi | 10 +- .../arm/boot/dts/sun8i-t113s-mangopi-mq-r-t113.dts | 35 ++++++ arch/arm/boot/dts/sun8i-t113s.dtsi | 59 ++++++++++ arch/arm/boot/dts/sun8i-v3s.dtsi | 6 +- arch/arm/boot/dts/suniv-f1c100s-licheepi-nano.dts | 16 +++ arch/arm/boot/dts/suniv-f1c100s.dtsi | 32 ++++++ arch/arm/boot/dts/suniv-f1c200s-lctech-pi.dts | 76 +++++++++++++ arch/arm/boot/dts/suniv-f1c200s-popstick-v1.1.dts | 81 +++++++++++++ arch/arm/boot/dts/sunxi-d1s-t113-mangopi-mq-r.dtsi | 126 +++++++++++++++++++++ arch/arm/boot/dts/sunxi-h3-h5.dtsi | 8 +- .../boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts | 1 + arch/riscv/boot/dts/allwinner/sun20i-d1-nezha.dts | 72 ++++++++++++ arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi | 24 +++- scripts/dtc/include-prefixes/riscv | 1 + 19 files changed, 566 insertions(+), 25 deletions(-) create mode 100644 arch/arm/boot/dts/sun8i-t113s-mangopi-mq-r-t113.dts create mode 100644 arch/arm/boot/dts/sun8i-t113s.dtsi create mode 100644 arch/arm/boot/dts/suniv-f1c200s-lctech-pi.dts create mode 100644 arch/arm/boot/dts/suniv-f1c200s-popstick-v1.1.dts create mode 100644 arch/arm/boot/dts/sunxi-d1s-t113-mangopi-mq-r.dtsi create mode 120000 scripts/dtc/include-prefixes/riscv