Skip to content

Commit f83b03f

Browse files
Faborobherring
authored andcommitted
dt-bindings: mailbox: mtk-gce: fix incorrect mbox-cells value
As the binding documentation says, #mbox-cells must have a value of 2, but the example use a value 3. The MT8173 device tree correctly use mbox-cells = <2>. This commit fixes the example. Fixes: 19d8e33 ("dt-binding: gce: remove atomic_exec in mboxes property") Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Fabien Parent <fparent@baylibre.com> Link: https://lore.kernel.org/r/20201018193016.3339045-1-fparent@baylibre.com Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 194810f commit f83b03f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/mailbox/mtk-gce.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Example:
4747
interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_LOW>;
4848
clocks = <&infracfg CLK_INFRA_GCE>;
4949
clock-names = "gce";
50-
#mbox-cells = <3>;
50+
#mbox-cells = <2>;
5151
};
5252

5353
Example for a client device:

0 commit comments

Comments
 (0)