diff options
author | 2024-10-24 08:37:51 -0300 | |
---|---|---|
committer | 2024-11-08 13:38:10 +0100 | |
commit | 095aa8926bd023a25977729dd50875141a34b6bd (patch) | |
tree | cec3c0a69585fade84031f1e5f541c1b3250d817 | |
parent | media: mgb4: Fix inconsistent input/output alignment in loopback mode (diff) | |
download | wireguard-linux-095aa8926bd023a25977729dd50875141a34b6bd.tar.xz wireguard-linux-095aa8926bd023a25977729dd50875141a34b6bd.zip |
media: dt-bindings: adv7180: Document 'adi,force-bt656-4'
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>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/media/i2c/adv7180.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/i2c/adv7180.yaml b/Documentation/devicetree/bindings/media/i2c/adv7180.yaml index c8d887eee3bb..4371a0ef2761 100644 --- a/Documentation/devicetree/bindings/media/i2c/adv7180.yaml +++ b/Documentation/devicetree/bindings/media/i2c/adv7180.yaml @@ -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 |