mbox series

[GIT,PULL] Allwinner SoC device tree changes for 6.12

Message ID ZtnZRhTwsBeO7Qtb@wens.tw (mailing list archive)
State Accepted
Commit 15eb92636c60c5007636dda20eb31b7c8d38a063
Headers show
Series [GIT,PULL] Allwinner SoC device tree changes for 6.12 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-6.12

Message

Chen-Yu Tsai Sept. 5, 2024, 4:16 p.m. UTC
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

Comments

patchwork-bot+linux-soc@kernel.org Sept. 5, 2024, 8 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 6 Sep 2024 00:16:06 +0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Allwinner SoC device tree changes for 6.12
    https://git.kernel.org/soc/soc/c/15eb92636c60

You are awesome, thank you!