Skip to content

Commit a31c2f8

Browse files
AngeloGioacchino Del Regnorobherring
authored andcommitted
dt-bindings: mailbox: mediatek,gce-mailbox: Make clock-names optional
The GCE Mailbox needs only one clock and the clock-names can be used only by the driver (which, for instance, does not use it), and this is true for all of the currently supported MediaTek SoCs. Stop requiring to specify clock-names on all non-MT8195 GCEs. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent 1a8493e commit a31c2f8

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,6 @@ required:
6060
- interrupts
6161
- clocks
6262

63-
allOf:
64-
- if:
65-
not:
66-
properties:
67-
compatible:
68-
contains:
69-
const: mediatek,mt8195-gce
70-
then:
71-
required:
72-
- clock-names
73-
7463
additionalProperties: false
7564

7665
examples:

0 commit comments

Comments
 (0)