]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: mailbox: mtk-gce: fix incorrect mbox-cells value
authorFabien Parent <fparent@baylibre.com>
Sun, 18 Oct 2020 19:30:16 +0000 (21:30 +0200)
committerRob Herring <robh@kernel.org>
Mon, 26 Oct 2020 01:37:55 +0000 (20:37 -0500)
commit6b96ef374a1ae4e9b15368d2f354c7bd5973be0a
treef458759276e1fe2ee07356569c3f654d1e250e25
parentdc254562955d91eae27a70910c368f2fb3e45aac
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: 32be6565f052 ("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>
Documentation/devicetree/bindings/mailbox/mtk-gce.txt