From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DFFCFC38142 for ; Fri, 27 Jan 2023 23:13:46 +0000 (UTC) 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=tQjc/pNtuXfPCep6825Bym1m1p/q3zcvCFpeudsxfvg=; b=GRSXk96tp2+5O/ fMRUxkSJVJGZdmoUjpmr6M210eGd95Bbp95Ro8CN3EogfmuD7UQrU2zocMds8LJF10ve93y6rPNIU Wkq6NzqodZAz+QmoZMayq+pfdg7agXjZAw9q6x3ru2ISMEk8hb6YEJyZy4XLnYOaZIXYJzJswDKsn a3qLuAmZeH9C8YqP0+BEQmO6B9cWxwAgdKkY2GtLlKwf1VTF7D7V/dNIGGNiIbwYougFmCT+KQpsk BwCcl0FnTPqIGGas4Tq7kA4bMqhkdWQw83rJxrMc3a53bJoQ3Mpx7sKXvKkYMxtwLX2GYaPpw+euH an7bvISZRX+SWFft7Brw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pLXtt-00Gnpf-3f; Fri, 27 Jan 2023 23:12:53 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pLXtp-00Gnp2-Eu for linux-arm-kernel@lists.infradead.org; Fri, 27 Jan 2023 23:12:51 +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 ams.source.kernel.org (Postfix) with ESMTPS id E250BB81FCD; Fri, 27 Jan 2023 23:12:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1890FC433EF; Fri, 27 Jan 2023 23:12:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674861166; bh=vi3ZceZ3pdycR5rTiwDSs/5+2rD75k7VH5lgfUIbptA=; h=Date:From:List-Id:To:Cc:Subject:From; b=YbaUhqpKdngLsbSwgYJWuaXhdfmANiryUbhyAK1UkKq3KKLCCFEznCKHfANg6PWjz Eii5JiZN2xfluUambcNLdM7ZploaXZO+qFsLAxnF9/Eg2HzhBmooVslExmLuYOaQRK WxTIu+CEWnYb40SCvzUAsSsaOAmZ4HbpRJjOMzREe/MYDEbaXfmpaDGbrT/fBgj1xX sI/fI6FLDAnF3qKe6lKQOuPUQYyGPVQnEb8rvjFTNJuVZLrQ8rpO8AhZ6uePGmeypW G8clVxC/voShPESveYFkZs041paJ2B6+KSsp8WJhxEUOI+EzODaGmOjEK7t0J28YgI iWP84gu3aUCCg== Date: Sat, 28 Jan 2023 00:12:42 +0100 From: Jernej Skrabec 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.3 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230127_151249_811255_FE475580 X-CRM114-Status: GOOD ( 14.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi! Please pull following device tree changes for 6.3. Note that this PR depends on following immutable tag: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git soc2arch-immutable Let me know if I should split this PR into two, one for ARM and another for RISC-V. Best regards, Jernej The following changes since commit 3af577f9826fdddefac42b35fc5eb3912c5b7d85: RISC-V: stop directly selecting drivers for SOC_CANAAN (2022-12-27 18:01:40 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-6.3-1 for you to fetch changes up to dca36f7b3dd7eb574f0958484d3d21cfd8af2651: riscv: dts: allwinner: d1: Add power controller node (2023-01-27 23:21:06 +0100) ---------------------------------------------------------------- - introduce Allwinner D1 DTSI - add boards: Dongshan Nezha STU, MangoPi MQ (Pro), Sipeed Lichee RV, Nezha - add D1 power controller node - Add SATA regulator to Bananapi M3 - fix regulator reference for nanopi-duo2 - fix GPIO node names - align HDMI CEC node name for h3-beelink-x2 - add DPHY interrupt to A64 and A33 ---------------------------------------------------------------- Andre Przywara (1): ARM: dts: sun8i: a83t: bananapi-m3: describe SATA disk regulator Krzysztof Kozlowski (1): ARM: dts: sun8i: h3-beelink-x2: align HDMI CEC node names with dtschema Samuel Holland (15): ARM: dts: sun8i: a33: Add DPHY interrupt arm64: dts: allwinner: a64: Add DPHY interrupt ARM: dts: sunxi: Fix GPIO LED node names ARM: dts: sun8i: nanopi-duo2: Fix regulator GPIO reference MAINTAINERS: Match the sun20i family of Allwinner SoCs dt-bindings: vendor-prefixes: Add Allwinner D1/D1s board vendors dt-bindings: riscv: Add Allwinner D1/D1s board compatibles riscv: dts: allwinner: Add the D1/D1s SoC devicetree riscv: dts: allwinner: Add MangoPi MQ devicetree riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree riscv: dts: allwinner: Add Sipeed Lichee RV devicetrees riscv: dts: allwinner: Add MangoPi MQ Pro devicetree riscv: dts: allwinner: Add Dongshan Nezha STU devicetree riscv: Add the Allwinner SoC family Kconfig option riscv: dts: allwinner: d1: Add power controller node Documentation/devicetree/bindings/riscv/sunxi.yaml | 69 ++ .../devicetree/bindings/vendor-prefixes.yaml | 4 + MAINTAINERS | 2 +- arch/arm/boot/dts/sun5i-gr8-chip-pro.dts | 2 +- arch/arm/boot/dts/sun5i-r8-chip.dts | 2 +- arch/arm/boot/dts/sun6i-a31s-sina31s.dts | 2 +- arch/arm/boot/dts/sun8i-a33.dtsi | 1 + arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts | 15 + arch/arm/boot/dts/sun8i-h3-beelink-x2.dts | 2 +- arch/arm/boot/dts/sun8i-h3-nanopi-duo2.dts | 2 +- arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 1 + arch/riscv/Kconfig.socs | 9 + arch/riscv/boot/dts/Makefile | 1 + arch/riscv/boot/dts/allwinner/Makefile | 9 + .../dts/allwinner/sun20i-common-regulators.dtsi | 28 + .../dts/allwinner/sun20i-d1-dongshan-nezha-stu.dts | 117 +++ .../sun20i-d1-lichee-rv-86-panel-480p.dts | 29 + .../sun20i-d1-lichee-rv-86-panel-720p.dts | 10 + .../allwinner/sun20i-d1-lichee-rv-86-panel.dtsi | 119 +++ .../dts/allwinner/sun20i-d1-lichee-rv-dock.dts | 97 +++ .../boot/dts/allwinner/sun20i-d1-lichee-rv.dts | 87 +++ .../dts/allwinner/sun20i-d1-mangopi-mq-pro.dts | 142 ++++ arch/riscv/boot/dts/allwinner/sun20i-d1-nezha.dts | 166 ++++ arch/riscv/boot/dts/allwinner/sun20i-d1.dtsi | 66 ++ .../boot/dts/allwinner/sun20i-d1s-mangopi-mq.dts | 128 ++++ arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi | 76 ++ arch/riscv/boot/dts/allwinner/sunxi-d1-t113.dtsi | 15 + arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi | 834 +++++++++++++++++++++ 28 files changed, 2029 insertions(+), 6 deletions(-) create mode 100644 Documentation/devicetree/bindings/riscv/sunxi.yaml create mode 100644 arch/riscv/boot/dts/allwinner/Makefile create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-common-regulators.dtsi create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-dongshan-nezha-stu.dts create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel-480p.dts create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel-720p.dts create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-86-panel.dtsi create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv-dock.dts create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-lichee-rv.dts create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-mangopi-mq-pro.dts create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1-nezha.dts create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1.dtsi create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1s-mangopi-mq.dts create mode 100644 arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi create mode 100644 arch/riscv/boot/dts/allwinner/sunxi-d1-t113.dtsi create mode 100644 arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel