* [GIT PULL] Allwinner DT Changes for 7.3
@ 2026-08-03 16:16 Chen-Yu Tsai
2026-08-08 20:21 ` patchwork-bot+linux-soc
0 siblings, 1 reply; 2+ messages in thread
From: Chen-Yu Tsai @ 2026-08-03 16:16 UTC (permalink / raw)
To: soc
Cc: Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, linux-sunxi,
linux-arm-kernel
[-- Attachment #1: Type: text/plain, Size: 4738 bytes --]
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-7.3
for you to fetch changes up to be145483f8eee440d335ed794a2294fd55ff2a35:
arm64: dts: allwinner: Correct white-space style (2026-08-03 23:37:01 +0800)
The top two patches were just merged, but they are pure whitespace fixes
from the DT maintainer, and they compile correctly. So I just sent them
together.
----------------------------------------------------------------
Allwinner device tree changes for 7.3
Some changes for old chips/devices and some for recent ones.
- A10 PMU interrupt number fixed
- A100/A133 gained LRADC
- enabled overlay support for sun8i-h2-plus pi boards
- A523 family gained consumer IR receiver
- H728-based X96QPRO+ gained SPDIF audio output
- PinePhone's mpu6050 mount orientation fixed
- style fixes
New board added:
- Baijie Helper A133
- NetCube Systems OpenNMC (dobermann)
----------------------------------------------------------------
Alexander Sverdlin (5):
dt-bindings: vendor-prefixes: Add Shenzhen Baijie Technology Co., Ltd.
dt-bindings: arm: sunxi: Add Baijie HelperBoard A133 compatible
dt-bindings: input: sun4i-lradc-keys: Add A100/A133 compatible
arm64: dts: allwinner: a100: Add LRADC node
arm64: dts: allwinner: A133: add support for Baijie Helper A133 board
Andre Przywara (2):
ARM: dts: allwinner: a10: Fix PMU interrupt
arm64: dts: allwinner: a523: enable IR on the Avaota A1
Justin Suess (3):
media: dt-bindings: allwinner,sun4i-a10-ir: add A523 compatible
arm64: dts: allwinner: a523: add IR receiver nodes
arm64: dts: allwinner: a523: enable IR receiver on the X96Q Pro+
Krzysztof Kozlowski (3):
ARM: dts: allwinner: sun8i-h3: Correct indentation
ARM: dts: allwinner: Correct white-space style
arm64: dts: allwinner: Correct white-space style
Lukas Schmid (3):
dt-bindings: arm: sunxi: Add NetCube Systems OpenNMC (dobermann)
riscv: dts: allwinner: d1s-t113: Add uart4 pinctrl required by NetCube Systems OpenNMC
ARM: dts: allwinner: add support for NetCube Systems OpenNMC (dobermann)
Nisarg Rajput (1):
ARM: dts: allwinner: enable overlay support for sun8i-h2-plus pi boards
Ondrej Jirman (1):
arm64: dts: allwinner: sun50i-a64-pinephone: Fix mpu6050 mount matrix
Per Larsson (2):
arm64: dts: allwinner: a523: Add SPDIF output PH pin mux option
arm64: dts: allwinner: a523: Enable SPDIF on X96QPRO+
Documentation/devicetree/bindings/arm/sunxi.yaml | 7 +
.../input/allwinner,sun4i-a10-lradc-keys.yaml | 1 +
.../bindings/media/allwinner,sun4i-a10-ir.yaml | 8 +-
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/allwinner/Makefile | 5 +
arch/arm/boot/dts/allwinner/sun4i-a10-gemei-g9.dts | 2 +-
arch/arm/boot/dts/allwinner/sun4i-a10-inet1.dts | 4 +-
arch/arm/boot/dts/allwinner/sun4i-a10.dtsi | 2 +-
.../boot/dts/allwinner/sun8i-h3-nanopi-duo2.dts | 4 +-
.../allwinner/sun8i-t113s-netcube-dobermann.dts | 149 ++++++++++++++++
.../dts/allwinner/sun8i-t113s-netcube-nagami.dtsi | 2 +-
arch/arm64/boot/dts/allwinner/Makefile | 1 +
arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi | 10 ++
.../allwinner/sun50i-a133-helperboard-core.dtsi | 197 +++++++++++++++++++++
.../boot/dts/allwinner/sun50i-a133-helperboard.dts | 148 ++++++++++++++++
.../boot/dts/allwinner/sun50i-a64-pinephone.dtsi | 4 +-
.../boot/dts/allwinner/sun50i-a64-sopine.dtsi | 2 +-
.../allwinner/sun50i-h5-libretech-all-h5-cc.dts | 2 +-
.../boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts | 2 +-
.../dts/allwinner/sun50i-h5-orangepi-zero-plus.dts | 2 +-
.../dts/allwinner/sun50i-h616-orangepi-zero.dtsi | 2 +-
.../dts/allwinner/sun50i-h618-orangepi-zero2w.dts | 2 +-
arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi | 43 +++++
.../boot/dts/allwinner/sun55i-h728-x96qpro+.dts | 30 ++++
.../boot/dts/allwinner/sun55i-t527-avaota-a1.dts | 8 +-
.../boot/dts/allwinner/sun55i-t527-orangepi-4a.dts | 2 +-
arch/riscv/boot/dts/allwinner/sunxi-d1s-t113.dtsi | 6 +
27 files changed, 627 insertions(+), 20 deletions(-)
create mode 100644 arch/arm/boot/dts/allwinner/sun8i-t113s-netcube-dobermann.dts
create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a133-helperboard-core.dtsi
create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a133-helperboard.dts
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Allwinner DT Changes for 7.3
2026-08-03 16:16 [GIT PULL] Allwinner DT Changes for 7.3 Chen-Yu Tsai
@ 2026-08-08 20:21 ` patchwork-bot+linux-soc
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2026-08-08 20:21 UTC (permalink / raw)
To: Chen-Yu Tsai; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Alexandre Belloni <alexandre.belloni@bootlin.com>:
On Tue, 4 Aug 2026 00:16:55 +0800 you wrote:
> The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
>
> Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-7.3
>
> [...]
Here is the summary with links:
- [GIT,PULL] Allwinner DT Changes for 7.3
https://git.kernel.org/soc/soc/c/ff1d40db2116
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-08 20:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-03 16:16 [GIT PULL] Allwinner DT Changes for 7.3 Chen-Yu Tsai
2026-08-08 20:21 ` patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox