* [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support
@ 2025-03-07 0:56 Andre Przywara
2025-03-07 0:56 ` [PATCH v3 01/15] dt-bindings: mmc: sunxi: Simplify compatible string listing Andre Przywara
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Andre Przywara @ 2025-03-07 0:56 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland
Cc: devicetree, linux-arm-kernel, linux-sunxi, linux-kernel,
Ulf Hansson, linux-mmc, Wim Van Sebroeck, Guenter Roeck,
linux-watchdog, Thomas Gleixner, Vinod Koul,
Kishon Vijay Abraham I, linux-phy
Hi,
this in an update to the series introducing the basic DT support for the
Allwinner A523 SoC. It now comes with DTs for three boards, using
slightly different packages of that SoC.[1]
Functionality-wise it relies on the pinctrl[2] and clock[3] support
series, though there are no direct code dependency series between the
series. Two binding patches from there are required to pass dtbs_check,
git put their patch IDs in the footer below.
Compared to v2 only small fixes in the NMI controller driver: renaming
the struct to better reflect its new usage, add adding the DS pin to
the eMMC pingroup list. Adding accrued tags on the way, many thanks to
the diligent reviewers! More detailed changelog below.
The first patches add DT binding documentation for the most basic
peripherals, most of them actually being already supported, courtesy of
identical IP being used. This includes MMC and USB 2.0, so with the above
mentioned clock and pinctrl support this gives an already somewhat usable
mainline support for this new SoC family.
The watchdog is not completely compatible, but is an easy addition, so
this bit is included in here as well, the same is true for the NMI
controller, required for delivering PMIC interrupts.
The A523 features 8 Arm Cortex-A55 cores, organised in two clusters,
clocked separately, with different OPP limits, in some kind of
little/LITTLE configuration. The GPU is a Arm Mali G57 MC01, and the chip
also features a single PCIe 2.1 lane, sharing a PHY with some USB 3.1
controller - which means only one of the two can be used.
The rest of the SoC is the usual soup of multimedia SoC IP, with eDP
support and two Gigabit Ethernet MACs among the highlights.
The main feature is patch 08/15, which adds the SoC .dtsi. This for now
is limited to the parts that are supported and could be tested. Compared
to v1 we now have some basic TF-A support, so the PSCI nodes are in now.
The final patches add basic support for the Avaota-A1 router board, the
X96QPro+ TV box, and the Radxa A5E development board.
The mainline firmware side in general is coming together now: we have
basic U-Boot support working (including MMC and USB), most importantly
with proper DRAM support, so no more binary blobs, and some basic TF-A
support.
Please have a look at those DT bits here, ideally compare them to the
available user manual, and test them if you have access to hardware.
Based on v6.14-rc1.
I pushed a branch with all the three series combined here:
https://github.com/apritzel/linux/commits/a523-v3/
Cheers,
Andre
Changelog v2 .. v3:
- split NMI controller register offset into sub-struct
- properly align NMI controller data definition
- adding ACKs from Rob and Jernej (with thanks!)
Changelog v1 .. v2:
- drop USB, I2C, RTC binding patches: already merged
- add tags from reviewers (with thanks!)
- drop unrelated deprecation comment from MMC binding patch
- drop fallback compatible for NMI controller, stands on its own now
- adjust PHY binding to merged A100 binding (dropping tag)
- .dtsi: add secondary cores
- .dtsi: enable PSCI
- .dtsi: move 32K oscillator to board .dts files
- .dtsi: adjust CCU source clocks
- .dtsi: add MMC1 node (typcially for SDIO WiFi)
- .dtsi: add remaining UARTs
- .dtsi: add remaing I2C devices
- add two new board .dts files
- add DT bindings for those two new board names
- avaota.dts: drop reserved memory from (TF-A now in SRAM)
- avaota.dts: drop SD card dummy supply node
- avaota.dts: add eMMC node (shipped on most boards)
- avaota.dts: fix OTG mode, explain situation
- add Chameleon .dts file (depends on YuzukiHD vendor name patch)
[1] https://linux-sunxi.org/A523#Family_of_sun55iw3
[2] https://lore.kernel.org/linux-sunxi/20250306235827.4895-1-andre.przywara@arm.com/T/#u
[3] https://lore.kernel.org/linux-sunxi/20250307002628.10684-1-andre.przywara@arm.com/T/#u
Andre Przywara (15):
dt-bindings: mmc: sunxi: Simplify compatible string listing
dt-bindings: mmc: sunxi: add compatible strings for Allwinner A523
dt-bindings: watchdog: sunxi: add Allwinner A523 compatible string
watchdog: sunxi_wdt: Add support for Allwinner A523
dt-bindings: irq: sun7i-nmi: document the Allwinner A523 NMI
controller
irqchip/sunxi-nmi: Support Allwinner A523 NMI controller
dt-bindings: phy: document Allwinner A523 USB-2.0 PHY
arm64: dts: allwinner: Add Allwinner A523 .dtsi file
dt-bindings: vendor-prefixes: Add YuzukiHD name
dt-bindings: arm: sunxi: Add new board names for A523 generation
arm64: dts: allwinner: a523: add Avaota-A1 router support
arm64: dts: allwinner: a523: add X96Q-Pro+ support
arm64: dts: allwinner: a523: add Radxa A5E support
dt-bindings: arm: sunxi: Add YuzukiHD Chameleon board name
arm64: dts: allwinner: h616: add YuzukiHD Chameleon support
.../devicetree/bindings/arm/sunxi.yaml | 20 +
.../allwinner,sun7i-a20-sc-nmi.yaml | 1 +
.../bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 38 +-
.../phy/allwinner,sun50i-a64-usb-phy.yaml | 4 +-
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
.../watchdog/allwinner,sun4i-a10-wdt.yaml | 2 +
arch/arm64/boot/dts/allwinner/Makefile | 4 +
.../sun50i-h618-yuzukihd-chameleon.dts | 222 +++++++
.../arm64/boot/dts/allwinner/sun55i-a523.dtsi | 598 ++++++++++++++++++
.../dts/allwinner/sun55i-a527-radxa-a5e.dts | 299 +++++++++
.../dts/allwinner/sun55i-h728-x96qpro+.dts | 287 +++++++++
.../dts/allwinner/sun55i-t527-avaota-a1.dts | 308 +++++++++
drivers/irqchip/irq-sunxi-nmi.c | 76 ++-
drivers/watchdog/sunxi_wdt.c | 11 +
14 files changed, 1821 insertions(+), 51 deletions(-)
create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h618-yuzukihd-chameleon.dts
create mode 100644 arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi
create mode 100644 arch/arm64/boot/dts/allwinner/sun55i-a527-radxa-a5e.dts
create mode 100644 arch/arm64/boot/dts/allwinner/sun55i-h728-x96qpro+.dts
create mode 100644 arch/arm64/boot/dts/allwinner/sun55i-t527-avaota-a1.dts
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
prerequisite-patch-id: 5b8a883819d2f3dfc975735a855291cb8b02dd39
prerequisite-patch-id: 26d4fd19d9e9cf345261bbad4b8c3697fe773e7c
--
2.46.3
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v3 01/15] dt-bindings: mmc: sunxi: Simplify compatible string listing
2025-03-07 0:56 [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support Andre Przywara
@ 2025-03-07 0:56 ` Andre Przywara
2025-03-12 11:24 ` Ulf Hansson
2025-03-07 0:56 ` [PATCH v3 02/15] dt-bindings: mmc: sunxi: add compatible strings for Allwinner A523 Andre Przywara
` (2 subsequent siblings)
3 siblings, 1 reply; 7+ messages in thread
From: Andre Przywara @ 2025-03-07 0:56 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, Ulf Hansson
Cc: devicetree, linux-arm-kernel, linux-sunxi, linux-kernel,
linux-mmc, Conor Dooley
New Allwinner SoCs only occasionally update their MMC IP, leading to many
pairs of compatible strings, though there are sometimes a number of them
being compatible with one particular SoC.
Collate the compatible string listing in the binding, to group those
being compatible together. This makes the list more readable, and allows
for easier addition of new SoC's MMC devices.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
---
.../bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 36 ++++++++-----------
1 file changed, 14 insertions(+), 22 deletions(-)
diff --git a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
index 0ccd632d56200..8e4c77b7e4ab9 100644
--- a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
+++ b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
@@ -30,38 +30,30 @@ properties:
- const: allwinner,sun50i-a100-emmc
- const: allwinner,sun50i-a100-mmc
- items:
- - const: allwinner,sun8i-a83t-mmc
+ - enum:
+ - allwinner,sun8i-a83t-mmc
+ - allwinner,suniv-f1c100s-mmc
- const: allwinner,sun7i-a20-mmc
- items:
- - const: allwinner,sun8i-r40-emmc
+ - enum:
+ - allwinner,sun8i-r40-emmc
+ - allwinner,sun50i-h5-emmc
+ - allwinner,sun50i-h6-emmc
- const: allwinner,sun50i-a64-emmc
- items:
- - const: allwinner,sun8i-r40-mmc
+ - enum:
+ - allwinner,sun8i-r40-mmc
+ - allwinner,sun50i-h5-mmc
+ - allwinner,sun50i-h6-mmc
- const: allwinner,sun50i-a64-mmc
- items:
- - const: allwinner,sun50i-h5-emmc
- - const: allwinner,sun50i-a64-emmc
- - items:
- - const: allwinner,sun50i-h5-mmc
- - const: allwinner,sun50i-a64-mmc
- - items:
- - const: allwinner,sun50i-h6-emmc
- - const: allwinner,sun50i-a64-emmc
- - items:
- - const: allwinner,sun50i-h6-mmc
- - const: allwinner,sun50i-a64-mmc
- - items:
- - const: allwinner,sun20i-d1-emmc
- - const: allwinner,sun50i-a100-emmc
- - items:
- - const: allwinner,sun50i-h616-emmc
+ - enum:
+ - allwinner,sun20i-d1-emmc
+ - allwinner,sun50i-h616-emmc
- const: allwinner,sun50i-a100-emmc
- items:
- const: allwinner,sun50i-h616-mmc
- const: allwinner,sun50i-a100-mmc
- - items:
- - const: allwinner,suniv-f1c100s-mmc
- - const: allwinner,sun7i-a20-mmc
reg:
maxItems: 1
--
2.46.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH v3 02/15] dt-bindings: mmc: sunxi: add compatible strings for Allwinner A523
2025-03-07 0:56 [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support Andre Przywara
2025-03-07 0:56 ` [PATCH v3 01/15] dt-bindings: mmc: sunxi: Simplify compatible string listing Andre Przywara
@ 2025-03-07 0:56 ` Andre Przywara
2025-03-12 11:25 ` Ulf Hansson
2025-03-10 20:13 ` (subset) [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support Vinod Koul
2025-04-07 15:49 ` Chen-Yu Tsai
3 siblings, 1 reply; 7+ messages in thread
From: Andre Przywara @ 2025-03-07 0:56 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, Ulf Hansson
Cc: devicetree, linux-arm-kernel, linux-sunxi, linux-kernel,
linux-mmc, Conor Dooley
The Allwinner A523 uses the same MMC IP as the D1.
Introduce the new specific compatible strings, and use them with
fallbacks to the D1 strings.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
---
.../devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
index 8e4c77b7e4ab9..9f3b1edacaa02 100644
--- a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
+++ b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
@@ -50,10 +50,14 @@ properties:
- enum:
- allwinner,sun20i-d1-emmc
- allwinner,sun50i-h616-emmc
+ - allwinner,sun55i-a523-emmc
- const: allwinner,sun50i-a100-emmc
- items:
- const: allwinner,sun50i-h616-mmc
- const: allwinner,sun50i-a100-mmc
+ - items:
+ - const: allwinner,sun55i-a523-mmc
+ - const: allwinner,sun20i-d1-mmc
reg:
maxItems: 1
--
2.46.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: (subset) [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support
2025-03-07 0:56 [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support Andre Przywara
2025-03-07 0:56 ` [PATCH v3 01/15] dt-bindings: mmc: sunxi: Simplify compatible string listing Andre Przywara
2025-03-07 0:56 ` [PATCH v3 02/15] dt-bindings: mmc: sunxi: add compatible strings for Allwinner A523 Andre Przywara
@ 2025-03-10 20:13 ` Vinod Koul
2025-04-07 15:49 ` Chen-Yu Tsai
3 siblings, 0 replies; 7+ messages in thread
From: Vinod Koul @ 2025-03-10 20:13 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, Andre Przywara
Cc: devicetree, linux-arm-kernel, linux-sunxi, linux-kernel,
Ulf Hansson, linux-mmc, Wim Van Sebroeck, Guenter Roeck,
linux-watchdog, Thomas Gleixner, Kishon Vijay Abraham I,
linux-phy
On Fri, 07 Mar 2025 00:56:57 +0000, Andre Przywara wrote:
> this in an update to the series introducing the basic DT support for the
> Allwinner A523 SoC. It now comes with DTs for three boards, using
> slightly different packages of that SoC.[1]
> Functionality-wise it relies on the pinctrl[2] and clock[3] support
> series, though there are no direct code dependency series between the
> series. Two binding patches from there are required to pass dtbs_check,
> git put their patch IDs in the footer below.
> Compared to v2 only small fixes in the NMI controller driver: renaming
> the struct to better reflect its new usage, add adding the DS pin to
> the eMMC pingroup list. Adding accrued tags on the way, many thanks to
> the diligent reviewers! More detailed changelog below.
>
> [...]
Applied, thanks!
[07/15] dt-bindings: phy: document Allwinner A523 USB-2.0 PHY
commit: 1f7af7f3c353ae3b384a66a82c5074ac28901160
Best regards,
--
~Vinod
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v3 01/15] dt-bindings: mmc: sunxi: Simplify compatible string listing
2025-03-07 0:56 ` [PATCH v3 01/15] dt-bindings: mmc: sunxi: Simplify compatible string listing Andre Przywara
@ 2025-03-12 11:24 ` Ulf Hansson
0 siblings, 0 replies; 7+ messages in thread
From: Ulf Hansson @ 2025-03-12 11:24 UTC (permalink / raw)
To: Andre Przywara
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, devicetree, linux-arm-kernel,
linux-sunxi, linux-kernel, linux-mmc, Conor Dooley
On Fri, 7 Mar 2025 at 01:57, Andre Przywara <andre.przywara@arm.com> wrote:
>
> New Allwinner SoCs only occasionally update their MMC IP, leading to many
> pairs of compatible strings, though there are sometimes a number of them
> being compatible with one particular SoC.
>
> Collate the compatible string listing in the binding, to group those
> being compatible together. This makes the list more readable, and allows
> for easier addition of new SoC's MMC devices.
>
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> .../bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 36 ++++++++-----------
> 1 file changed, 14 insertions(+), 22 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> index 0ccd632d56200..8e4c77b7e4ab9 100644
> --- a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> @@ -30,38 +30,30 @@ properties:
> - const: allwinner,sun50i-a100-emmc
> - const: allwinner,sun50i-a100-mmc
> - items:
> - - const: allwinner,sun8i-a83t-mmc
> + - enum:
> + - allwinner,sun8i-a83t-mmc
> + - allwinner,suniv-f1c100s-mmc
> - const: allwinner,sun7i-a20-mmc
> - items:
> - - const: allwinner,sun8i-r40-emmc
> + - enum:
> + - allwinner,sun8i-r40-emmc
> + - allwinner,sun50i-h5-emmc
> + - allwinner,sun50i-h6-emmc
> - const: allwinner,sun50i-a64-emmc
> - items:
> - - const: allwinner,sun8i-r40-mmc
> + - enum:
> + - allwinner,sun8i-r40-mmc
> + - allwinner,sun50i-h5-mmc
> + - allwinner,sun50i-h6-mmc
> - const: allwinner,sun50i-a64-mmc
> - items:
> - - const: allwinner,sun50i-h5-emmc
> - - const: allwinner,sun50i-a64-emmc
> - - items:
> - - const: allwinner,sun50i-h5-mmc
> - - const: allwinner,sun50i-a64-mmc
> - - items:
> - - const: allwinner,sun50i-h6-emmc
> - - const: allwinner,sun50i-a64-emmc
> - - items:
> - - const: allwinner,sun50i-h6-mmc
> - - const: allwinner,sun50i-a64-mmc
> - - items:
> - - const: allwinner,sun20i-d1-emmc
> - - const: allwinner,sun50i-a100-emmc
> - - items:
> - - const: allwinner,sun50i-h616-emmc
> + - enum:
> + - allwinner,sun20i-d1-emmc
> + - allwinner,sun50i-h616-emmc
> - const: allwinner,sun50i-a100-emmc
> - items:
> - const: allwinner,sun50i-h616-mmc
> - const: allwinner,sun50i-a100-mmc
> - - items:
> - - const: allwinner,suniv-f1c100s-mmc
> - - const: allwinner,sun7i-a20-mmc
>
> reg:
> maxItems: 1
> --
> 2.46.3
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v3 02/15] dt-bindings: mmc: sunxi: add compatible strings for Allwinner A523
2025-03-07 0:56 ` [PATCH v3 02/15] dt-bindings: mmc: sunxi: add compatible strings for Allwinner A523 Andre Przywara
@ 2025-03-12 11:25 ` Ulf Hansson
0 siblings, 0 replies; 7+ messages in thread
From: Ulf Hansson @ 2025-03-12 11:25 UTC (permalink / raw)
To: Andre Przywara
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Chen-Yu Tsai,
Jernej Skrabec, Samuel Holland, devicetree, linux-arm-kernel,
linux-sunxi, linux-kernel, linux-mmc, Conor Dooley
On Fri, 7 Mar 2025 at 01:57, Andre Przywara <andre.przywara@arm.com> wrote:
>
> The Allwinner A523 uses the same MMC IP as the D1.
>
> Introduce the new specific compatible strings, and use them with
> fallbacks to the D1 strings.
>
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> .../devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> index 8e4c77b7e4ab9..9f3b1edacaa02 100644
> --- a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> @@ -50,10 +50,14 @@ properties:
> - enum:
> - allwinner,sun20i-d1-emmc
> - allwinner,sun50i-h616-emmc
> + - allwinner,sun55i-a523-emmc
> - const: allwinner,sun50i-a100-emmc
> - items:
> - const: allwinner,sun50i-h616-mmc
> - const: allwinner,sun50i-a100-mmc
> + - items:
> + - const: allwinner,sun55i-a523-mmc
> + - const: allwinner,sun20i-d1-mmc
>
> reg:
> maxItems: 1
> --
> 2.46.3
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: (subset) [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support
2025-03-07 0:56 [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support Andre Przywara
` (2 preceding siblings ...)
2025-03-10 20:13 ` (subset) [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support Vinod Koul
@ 2025-04-07 15:49 ` Chen-Yu Tsai
3 siblings, 0 replies; 7+ messages in thread
From: Chen-Yu Tsai @ 2025-04-07 15:49 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jernej Skrabec,
Samuel Holland, Andre Przywara
Cc: devicetree, linux-arm-kernel, linux-sunxi, linux-kernel,
Ulf Hansson, linux-mmc, Wim Van Sebroeck, Guenter Roeck,
linux-watchdog, Thomas Gleixner, Vinod Koul,
Kishon Vijay Abraham I, linux-phy
On Fri, 07 Mar 2025 00:56:57 +0000, Andre Przywara wrote:
> this in an update to the series introducing the basic DT support for the
> Allwinner A523 SoC. It now comes with DTs for three boards, using
> slightly different packages of that SoC.[1]
> Functionality-wise it relies on the pinctrl[2] and clock[3] support
> series, though there are no direct code dependency series between the
> series. Two binding patches from there are required to pass dtbs_check,
> git put their patch IDs in the footer below.
> Compared to v2 only small fixes in the NMI controller driver: renaming
> the struct to better reflect its new usage, add adding the DS pin to
> the eMMC pingroup list. Adding accrued tags on the way, many thanks to
> the diligent reviewers! More detailed changelog below.
>
> [...]
Applied to dt-for-6.16 in git@github.com:linux-sunxi/linux-sunxi.git, thanks!
[08/15] arm64: dts: allwinner: Add Allwinner A523 .dtsi file
commit: 35ac96f796649346c9b0440413dc6c5138249b3e
[09/15] dt-bindings: vendor-prefixes: Add YuzukiHD name
commit: acf5b947cff1b991ceb7fa53c66555242ff4c87b
[10/15] dt-bindings: arm: sunxi: Add new board names for A523 generation
commit: f9d55227839199e928a41574e41089288a43a2d6
[11/15] arm64: dts: allwinner: a523: add Avaota-A1 router support
commit: 3a1883f32b9b5083883624f9b39a3c6edfa6d490
[12/15] arm64: dts: allwinner: a523: add X96Q-Pro+ support
commit: 66611715c473a9820b65322c94401a367711acd7
[13/15] arm64: dts: allwinner: a523: add Radxa A5E support
commit: 80e0fb4e491b4994434e42c33c1387a46b7986bc
[14/15] dt-bindings: arm: sunxi: Add YuzukiHD Chameleon board name
commit: 7273c0e2e4229bca42c70e6f3c33f1756902301a
[15/15] arm64: dts: allwinner: h616: add YuzukiHD Chameleon support
commit: 6d1cb8de157382facedf50f1a80ee033243b8494
Best regards,
--
Chen-Yu Tsai <wens@csie.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-04-07 15:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07 0:56 [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support Andre Przywara
2025-03-07 0:56 ` [PATCH v3 01/15] dt-bindings: mmc: sunxi: Simplify compatible string listing Andre Przywara
2025-03-12 11:24 ` Ulf Hansson
2025-03-07 0:56 ` [PATCH v3 02/15] dt-bindings: mmc: sunxi: add compatible strings for Allwinner A523 Andre Przywara
2025-03-12 11:25 ` Ulf Hansson
2025-03-10 20:13 ` (subset) [PATCH v3 00/15] arm64: dts: allwinner: Add basic Allwinner A523 support Vinod Koul
2025-04-07 15:49 ` Chen-Yu Tsai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox