[GIT,PULL] Allwinner Device Tree Changes for 7.1 - Part 1

Message ID acktk8WGYYRGjTow@home.wens.tw (mailing list archive)
State New
Headers
Series [GIT,PULL] Allwinner Device Tree Changes for 7.1 - Part 1 |

Pull-request

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

Message

Chen-Yu Tsai March 29, 2026, 1:48 p.m. UTC
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b912e48bee355b6b1faf86efc4a23191324ffecb:

  arm64: dts: allwinner: h6: Add TaiqiCat (TQC) A01 support (2026-03-14 15:27:04 +0800)

There are more patches to come, once they have been in -next for a few
days.

----------------------------------------------------------------
Allwinner device tree changes for 7.1 - part 1

Only minor additions this cycle.

Allwinner A523 SoC family had LED controller enabled.

Avaota A1 board had SPI NAND enabled.

New board added:
- TaiqiCat (TQC) A01

----------------------------------------------------------------
Chen-Yu Tsai (5):
      dt-bindings: leds: sun50i-a100: Add compatible for Allwinner A523 SoC
      arm64: dts: allwinner: sun55i-a523: Add LED controller
      arm64: dts: allwinner: sun55i-t527: avaota-a1: Enable LEDs
      arm64: dts: allwinner: sun55i-a523: Add pinmux for spi0 on PJ pins
      arm64: dts: allwinner: sun55i-t527: avaota-a1: Add SPI NAND

Jun Yan (3):
      dt-bindings: vendor-prefixes: Add Beijing Ultrapower Software Co., Ltd.
      dt-bindings: arm: sunxi: Add TaiqiCat (TQC) A01
      arm64: dts: allwinner: h6: Add TaiqiCat (TQC) A01 support

 Documentation/devicetree/bindings/arm/sunxi.yaml   |   5 +
 .../bindings/leds/allwinner,sun50i-a100-ledc.yaml  |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/allwinner/Makefile             |   1 +
 .../boot/dts/allwinner/sun50i-h6-taiqicat-a01.dts  | 361 +++++++++++++++++++++
 arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi     |  57 ++++
 .../boot/dts/allwinner/sun55i-t527-avaota-a1.dts   |  56 ++++
 7 files changed, 483 insertions(+)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-taiqicat-a01.dts