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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

AngeloGioacchino Del Regno and committed by
Rob Herring (Arm)
a31c2f8e 1a8493e0

-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: