[GIT,PULL] Allwinner Device Tree Changes for 6.20

Message ID aXJh2xBXDWFFREMX@wens.tw (mailing list archive)
State New
Headers
Series [GIT,PULL] Allwinner Device Tree Changes for 6.20 |

Pull-request

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

Message

Chen-Yu Tsai Jan. 22, 2026, 5:43 p.m. UTC
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

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

for you to fetch changes up to f36e738549d483878ebf4cc9826c46d9dc4aa496:

  riscv: dts: allwinner: d1: Add CPU thermal sensor and zone (2026-01-22 22:40:20 +0800)

----------------------------------------------------------------
Allwinner device tree changes for 6.20

Not many changes this cycle.

- The A523 family of SoCs gained support for SPI controllers.
- Some cleanup of old ARM device tree files to fix DT binding validation
  errors.
- D1 and A100 SoCs gained support for their LED controller. This was
  from a couple years ago. The driver made it in, but the DT patches
  were missed.
- D1 and T113 SoCs gained support for the internal thermal sensor.

----------------------------------------------------------------
Alex Studer (1):
      riscv: dts: allwinner: d1: Add CPU thermal sensor and zone

Chen-Yu Tsai (4):
      arm64: dts: allwinner: sun55i: Add SPI controllers
      arm64: dts: allwinner: t527: orangepi-4a: Enable SPI-NOR flash
      ARM: dts: allwinner: sun5i-a13-utoo-p66: delete "power-gpios" property
      ARM: dts: allwinner: Replace status "failed" with "fail"

Samuel Holland (3):
      arm64: dts: allwinner: a100: Add LED controller node
      riscv: dts: allwinner: d1: Add LED controller node
      riscv: dts: allwinner: d1: Add RGB LEDs to boards

 .../dts/allwinner/sun4i-a10-dserve-dsrv9703c.dts   |  2 +-
 .../dts/allwinner/sun4i-a10-pov-protab2-ips9.dts   |  2 +-
 arch/arm/boot/dts/allwinner/sun5i-a13-utoo-p66.dts |  1 +
 .../boot/dts/allwinner/sun6i-a31-hummingbird.dts   |  2 +-
 arch/arm/boot/dts/allwinner/sun6i-a31s-primo81.dts |  2 +-
 arch/arm/boot/dts/allwinner/sun8i-t113s.dtsi       | 33 ++++++++
 arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi     | 14 ++++
 arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi     | 94 ++++++++++++++++++++++
 .../boot/dts/allwinner/sun55i-t527-orangepi-4a.dts | 15 ++++
 .../dts/allwinner/sun20i-d1-lichee-rv-dock.dts     | 12 +++
 arch/riscv/boot/dts/allwinner/sun20i-d1-nezha.dts  | 13 +++
 arch/riscv/boot/dts/allwinner/sun20i-d1.dtsi       |  6 ++
 arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi      | 31 +++++++
 arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi  | 31 +++++++
 14 files changed, 254 insertions(+), 4 deletions(-)