From patchwork Thu Sep 5 16:16:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 13792674 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 8801BCD5BCC for ; Thu, 5 Sep 2024 16:16:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 5DDDBC4CEC5; Thu, 5 Sep 2024 16:16:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 19A86C4CEC7; Thu, 5 Sep 2024 16:16:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1725552970; bh=K6MydERYdIY0Z+ZpKp75OHZXyI16kJo0Xh/WOFWcOGM=; h=Date:From:List-Id:To:Cc:Subject:From; b=MXcMh+m/7PBt7JdXIct10BfgDpoQf4GTSYKpC4Lsur52oi8B2yVXVpKKvBm6WAz1J YRB616jrmdCl+OhUDjNdA3is8kCpCCZKtd1bXLilZ2yF5P2g0fxwUQjKnpHWnOXRo0 fzlOlaRHrLMSwLD1x5huz/0CCzJz50uyQxEl58eRNqyYHgowZ9xmSNIlVQgQm7VuJL hOpl8B0brCo9NCEsKLQfODPiMTeqbteQe+3GXZK+nDDdQJNsPauK5PzDs2eCNzWcxR pW/dKCsM6X7WakFsmE8MRa1Og0TlS9/pjMPE+wgDeuF8Q0J/kR1rHGiwL8MvyY2Caf eRbvOrwHv1zvg== Received: by wens.tw (Postfix, from userid 1000) id 08C205F882; Fri, 6 Sep 2024 00:16:07 +0800 (CST) Date: Fri, 6 Sep 2024 00:16:06 +0800 From: Chen-Yu Tsai List-Id: To: soc@kernel.org Cc: Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] Allwinner SoC device tree changes for 6.12 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Hi, Here's the Allwinner device tree changes for 6.12. Not a lot of stuff for this cycle. How the PMIC is talked to was reworked to make it work better with U-boot. And there's one new board, and the charger for that series of boards was enabled. Last, thermal trip points for the GPU were added for the A64. Please pull. Thanks ChenYu The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-6.12 for you to fetch changes up to 89f1a037e97cb2ec0948eb92bca17e7d8c4fc824: arm64: dts: allwinner: a64: Add GPU thermal trips to the SoC dtsi (2024-09-04 22:43:49 +0800) ---------------------------------------------------------------- Allwinner SoC device tree changes for 6.12 ARM64 device tree and binding-only changes - Move PMIC on RG35XX boards from RSB (Allwinner proprietary bus) to I2C - Introduce Anbernic RG35XX-SP board - Enable charger on RG35XX boards - Add thermal trip points for Allwinner A64 GPU ---------------------------------------------------------------- Chris Morgan (5): dt-bindings: arm: sunxi: Add Anbernic RG35XXSP arm64: dts: allwinner: h616: Add r_i2c pinctrl nodes arm64: dts: allwinner: h616: Change RG35XX Series from r_rsb to r_i2c arm64: dts: allwinner: h700: Add Anbernic RG35XX-SP arm64: dts: allwinner: h700: Add charger for Anbernic RG35XX Dragan Simic (1): arm64: dts: allwinner: a64: Add GPU thermal trips to the SoC dtsi Documentation/devicetree/bindings/arm/sunxi.yaml | 9 ++++-- arch/arm64/boot/dts/allwinner/Makefile | 3 +- arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 16 ++++++++++ arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi | 2 ++ .../allwinner/sun50i-h700-anbernic-rg35xx-2024.dts | 27 +++++++++++++++-- .../allwinner/sun50i-h700-anbernic-rg35xx-sp.dts | 34 ++++++++++++++++++++++ 6 files changed, 85 insertions(+), 6 deletions(-) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h700-anbernic-rg35xx-sp.dts