diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2020-12-06 17:51:30 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-06 17:49:58 +0100 |
commit | 46ad18e7d0e294bc2a225e40ad98fa27eb20b86d (patch) | |
tree | 4dbaa4261ca12eeeb4f7f48ea88cc1b53185d184 | |
parent | ARM: dts: sun8i: Cleanup the Pinecube AXP209 node (diff) | |
download | linux-46ad18e7d0e294bc2a225e40ad98fa27eb20b86d.tar.xz linux-46ad18e7d0e294bc2a225e40ad98fa27eb20b86d.zip |
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 <contact@paulk.fr>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201206165131.1041983-5-contact@paulk.fr
-rw-r--r-- | Documentation/devicetree/bindings/arm/sunxi.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 6db32fbf813f..85324cebb75d 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -777,6 +777,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 |