Commit 760b17a6 authored by Matthias Brugger's avatar Matthias Brugger Committed by Rob Herring

dt-bindings: dma: uart: mtk: fix example

The binding example is missing the fallback compatible.
This is needed as the driver only matches against mt6577.
Signed-off-by: default avatarMatthias Brugger <mbrugger@suse.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent ece9e068
......@@ -21,7 +21,8 @@ Required properties:
Examples:
apdma: dma-controller@11000400 {
compatible = "mediatek,mt2712-uart-dma";
compatible = "mediatek,mt2712-uart-dma",
"mediatek,mt6577-uart-dma";
reg = <0 0x11000400 0 0x80>,
<0 0x11000480 0 0x80>,
<0 0x11000500 0 0x80>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment