Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

AngeloGioacchino Del Regno and committed by
Jassi Brar
426f4e94 526ce9eb

-11
-11
Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml
··· 60 60 - interrupts 61 61 - clocks 62 62 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 - 74 63 additionalProperties: false 75 64 76 65 examples: