2020-11-03 20:57:17

by Paul Kocialkowski

[permalink] [raw]
Subject: [PATCH v2 5/6] dt-bindings: arm: sunxi: Add SL631 with IMX179 bindings

This adds documentation for the compatible strings of the
SL631 Action Camera with IMX179.

Note that the device is sold under various different names, such as the
SJCAM SJ4000 Air or F60 Action Camera. This is a similar situation to
the Q8 tablets and just like them, the allwinner vendor is used as
fallback.

Signed-off-by: Paul Kocialkowski <[email protected]>
---
Documentation/devicetree/bindings/arm/sunxi.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
index afa00268c7db..8500ad61e7e2 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -754,6 +754,12 @@ properties:
- const: sinlinx,sina33
- const: allwinner,sun8i-a33

+ - description: SL631 Action Camera with IMX179
+ items:
+ - const: allwinner,sl631-imx179
+ - const: allwinner,sl631
+ - const: allwinner,sun8i-v3
+
- description: Tanix TX6
items:
- const: oranth,tanix-tx6
--
2.29.1


2020-11-09 16:20:36

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 5/6] dt-bindings: arm: sunxi: Add SL631 with IMX179 bindings

On Tue, 03 Nov 2020 21:50:57 +0100, Paul Kocialkowski wrote:
> This adds documentation for the compatible strings of the
> SL631 Action Camera with IMX179.
>
> Note that the device is sold under various different names, such as the
> SJCAM SJ4000 Air or F60 Action Camera. This is a similar situation to
> the Q8 tablets and just like them, the allwinner vendor is used as
> fallback.
>
> Signed-off-by: Paul Kocialkowski <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/sunxi.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>

Reviewed-by: Rob Herring <[email protected]>