[PATCH 1/2] dt-bindings: arm: sunxi: Add iNet U70B Rev 01 Tablet

Samuel Holland posted 2 patches 2 years, 8 months ago
[PATCH 1/2] dt-bindings: arm: sunxi: Add iNet U70B Rev 01 Tablet
Posted by Samuel Holland 2 years, 8 months ago
This is a white-label 7" tablet board based on the A33 SoC. It is found
in products such as the "Nimbus 17 V1" tablet.

Signed-off-by: Samuel Holland <samuel@sholland.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 3ad1cd50e3fe..8150ae307c1a 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -346,6 +346,11 @@ properties:
           - const: inet-tek,inet-q972
           - const: allwinner,sun6i-a31s
 
+      - description: iNet U70B Rev 01 Tablet
+        items:
+          - const: inet-tek,inet-u70b-rev01
+          - const: allwinner,sun8i-a33
+
       - description: Itead Ibox A20
         items:
           - const: itead,itead-ibox-a20
-- 
2.37.4
Re: [PATCH 1/2] dt-bindings: arm: sunxi: Add iNet U70B Rev 01 Tablet
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On 29/12/2022 23:45, Samuel Holland wrote:
> This is a white-label 7" tablet board based on the A33 SoC. It is found
> in products such as the "Nimbus 17 V1" tablet.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof