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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>,