On Sat, Oct 31, 2020 at 07:21:36PM +0100, Paul Kocialkowski wrote: > Document the compatible strings for the SL631 Action Camera with IMX179. > > Signed-off-by: Paul Kocialkowski > --- > 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..0fa0c0b5d89f 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: unknown,sl631-imx179 > + - const: unknown,sl631 > + - const: allwinner,sun8i-v3 > + unknown is not a valid vendor (and you should explain why you picked that vendor name in the first place). Maxime