]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: dt-bindings: adv7180: Document 'adi,force-bt656-4'
authorFabio Estevam <festevam@denx.de>
Thu, 24 Oct 2024 11:37:51 +0000 (08:37 -0300)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 8 Nov 2024 12:38:10 +0000 (13:38 +0100)
The "adv,force-bt656-4" property causes several dt-schema warnings
because 'adv' is not a valid vendor prefix defined in
vendor-prefixes.yaml:

'adv,force-bt656-4' does not match any of the regexes: '^#.*'...

The correct vendor prefix for Analog Devices is 'adi', so change
the property name to 'adi,force-bt656-4'.

Keep the old property for old DTB compatibility and mark it as deprecated.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Documentation/devicetree/bindings/media/i2c/adv7180.yaml

index c8d887eee3bbed606217deaf24430e952c7bb2c0..4371a0ef276174e2f1f1055fbcfbbeee901b7ee2 100644 (file)
@@ -39,6 +39,12 @@ properties:
     maxItems: 1
 
   adv,force-bt656-4:
+    deprecated: true
+    description:
+      Indicates that the output is a BT.656-4 compatible stream.
+    type: boolean
+
+  adi,force-bt656-4:
     description:
       Indicates that the output is a BT.656-4 compatible stream.
     type: boolean