[PATCH 1/5] dt-bindings: arm: sunxi: Add Xunlong OrangePi 4A board

Chen-Yu Tsai posted 5 patches 3 months, 3 weeks ago
There is a newer version of this series
[PATCH 1/5] dt-bindings: arm: sunxi: Add Xunlong OrangePi 4A board
Posted by Chen-Yu Tsai 3 months, 3 weeks ago
From: Chen-Yu Tsai <wens@csie.org>

The OrangePi 4A is a typical Raspberry Pi model B sized development
board from Xunlong designed around an Allwinner T527 SoC.

Add its compatible name to the list of valid ones.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
index 7807ea613258..c41d0a0b89e6 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -996,6 +996,11 @@ properties:
           - const: xunlong,orangepi-3
           - const: allwinner,sun50i-h6
 
+      - description: Xunlong OrangePi 4A
+        items:
+          - const: xunlong,orangepi-4a
+          - const: allwinner,sun55i-t527
+
       - description: Xunlong OrangePi Lite
         items:
           - const: xunlong,orangepi-lite
-- 
2.39.5
Re: [PATCH 1/5] dt-bindings: arm: sunxi: Add Xunlong OrangePi 4A board
Posted by Andre Przywara 3 months, 2 weeks ago
On Fri, 20 Jun 2025 01:30:03 +0800
Chen-Yu Tsai <wens@kernel.org> wrote:

Hi Chen-Yu,

thanks for sending those patches!

> From: Chen-Yu Tsai <wens@csie.org>
> 
> The OrangePi 4A is a typical Raspberry Pi model B sized development
> board from Xunlong designed around an Allwinner T527 SoC.
> 
> Add its compatible name to the list of valid ones.
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>

Reviewed-by: Andre Przywara <andre.przywara@arm.com>

Cheers,
Andre

> ---
>  Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
> index 7807ea613258..c41d0a0b89e6 100644
> --- a/Documentation/devicetree/bindings/arm/sunxi.yaml
> +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
> @@ -996,6 +996,11 @@ properties:
>            - const: xunlong,orangepi-3
>            - const: allwinner,sun50i-h6
>  
> +      - description: Xunlong OrangePi 4A
> +        items:
> +          - const: xunlong,orangepi-4a
> +          - const: allwinner,sun55i-t527
> +
>        - description: Xunlong OrangePi Lite
>          items:
>            - const: xunlong,orangepi-lite
Re: [PATCH 1/5] dt-bindings: arm: sunxi: Add Xunlong OrangePi 4A board
Posted by Conor Dooley 3 months, 2 weeks ago
On Fri, Jun 20, 2025 at 02:54:22PM +0100, Andre Przywara wrote:
> On Fri, 20 Jun 2025 01:30:03 +0800
> Chen-Yu Tsai <wens@kernel.org> wrote:
> 
> Hi Chen-Yu,
> 
> thanks for sending those patches!
> 
> > From: Chen-Yu Tsai <wens@csie.org>
> > 
> > The OrangePi 4A is a typical Raspberry Pi model B sized development
> > board from Xunlong designed around an Allwinner T527 SoC.
> > 
> > Add its compatible name to the list of valid ones.
> > 
> > Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> 
> Reviewed-by: Andre Przywara <andre.przywara@arm.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>