diff options
author | Fabrizio Castro <fabrizio.castro.jz@renesas.com> | 2021-04-08 21:24:36 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-06-08 20:03:57 -0500 |
commit | 8929ef8d4dfd53a05913e22561784ece5f6419c7 (patch) | |
tree | 28c15ac9f1aefe9c5d7c0e39b3da7de324cd02c1 /Documentation | |
parent | c17611592d9635c443bedc9be901f4463f45c6d5 (diff) | |
download | linux-8929ef8d4dfd53a05913e22561784ece5f6419c7.tar.gz linux-8929ef8d4dfd53a05913e22561784ece5f6419c7.tar.bz2 linux-8929ef8d4dfd53a05913e22561784ece5f6419c7.zip |
media: dt-bindings: media: renesas,drif: Fix fck definition
dt_binding_check reports the below error with the latest schema:
Documentation/devicetree/bindings/media/renesas,drif.yaml:
properties:clock-names:maxItems: False schema does not allow 1
Documentation/devicetree/bindings/media/renesas,drif.yaml:
ignoring, error in schema: properties: clock-names: maxItems
This patch fixes the problem.
Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210408202436.3706-1-fabrizio.castro.jz@renesas.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/media/renesas,drif.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/media/renesas,drif.yaml b/Documentation/devicetree/bindings/media/renesas,drif.yaml index ce505a7c006a..9cd56ff2c316 100644 --- a/Documentation/devicetree/bindings/media/renesas,drif.yaml +++ b/Documentation/devicetree/bindings/media/renesas,drif.yaml @@ -67,9 +67,7 @@ properties: maxItems: 1 clock-names: - maxItems: 1 - items: - - const: fck + const: fck resets: maxItems: 1 |