Commit 2b8f061a authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: Drop redundant maxItems/items



'maxItems' equal to the 'items' list length is redundant. 'maxItems' is
preferred for a single entry while greater than 1 should have an 'items'
list.

A meta-schema check for this is pending once these existing cases are
fixed.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: dri-devel@lists.freedesktop.org
Cc: dmaengine@vger.kernel.org
Cc: alsa-devel@alsa-project.org
Cc: linux-usb@vger.kernel.org
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: default avatarVinod Koul <vkoul@kernel.org>
Acked-by: default avatarJassi Brar <jassisinghbrar@gmail.com>
Acked-by: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20201222040645.1323611-1-robh@kernel.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 246eedd7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@ properties:
    maxItems: 1

  dmas:
    maxItems: 4
    items:
      - description: Video layer, plane 0 (RGB or luma)
      - description: Video layer, plane 1 (U/V or U)
+0 −1
Original line number Diff line number Diff line
@@ -73,7 +73,6 @@ properties:
    maxItems: 1

  clock-names:
    maxItems: 1
    items:
      - const: fck

+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ properties:
      - description: low-priority non-secure
      - description: high-priority non-secure
      - description: Secure
    maxItems: 3

  clocks:
    maxItems: 1
+0 −2
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ properties:
    maxItems: 3

  clock-names:
    maxItems: 3
    items:
      - const: hda
      - const: hda2hdmi
@@ -54,7 +53,6 @@ properties:
    maxItems: 3

  reset-names:
    maxItems: 3
    items:
      - const: hda
      - const: hda2hdmi
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ properties:
    maxItems: 1

  phy-names:
    maxItems: 1
    items:
      - const: usb

Loading