[PATCH 1/2] dt-bindings: arm: sunxi: Add the X96Q Pro board name

codekipper@gmail.com posted 2 patches 1 week, 5 days ago
[PATCH 1/2] dt-bindings: arm: sunxi: Add the X96Q Pro board name
Posted by codekipper@gmail.com 1 week, 5 days ago
From: Marcus Cooper <codekipper@gmail.com>

The X96Q-Pro TV box is a Chinese Android TV box, using the
Allwinner H313 SoC. It is sold under the X96mini brand which
is a subsidiary of the Shenzhen Amedia Technology Co., Ltd

Add the board/SoC compatible string pair to the list of known
boards. Since the H313 does not look different from a software
point of view, we keep the H616 compatible string.

Signed-off-by: Marcus Cooper <codekipper@gmail.com>
---
 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 046536d02706f..8905e51deb0e6 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -51,6 +51,11 @@ properties:
           - const: allwinner,parrot
           - const: allwinner,sun8i-a33
 
+      - description: Amediatech X96Q Pro
+        items:
+          - const: amediatech,x96q-pro
+          - const: allwinner,sun50i-h616
+
       - description: Anbernic RG-Nano
         items:
           - const: anbernic,rg-nano
-- 
2.47.0
Re: [PATCH 1/2] dt-bindings: arm: sunxi: Add the X96Q Pro board name
Posted by Conor Dooley 1 week, 5 days ago
On Mon, Nov 11, 2024 at 05:25:05PM +0100, codekipper@gmail.com wrote:
> From: Marcus Cooper <codekipper@gmail.com>
> 
> The X96Q-Pro TV box is a Chinese Android TV box, using the
> Allwinner H313 SoC. It is sold under the X96mini brand which
> is a subsidiary of the Shenzhen Amedia Technology Co., Ltd
> 
> Add the board/SoC compatible string pair to the list of known
> boards. Since the H313 does not look different from a software
> point of view, we keep the H616 compatible string.
> 
> Signed-off-by: Marcus Cooper <codekipper@gmail.com>

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