Skip to content

Commit 426f4e9

Browse files
AngeloGioacchino Del RegnoJassi Brar
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: Chen-Yu Tsai <wenst@chromium.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
1 parent 526ce9e commit 426f4e9

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)