提交 f8264735 编写于 作者: G Geert Uytterhoeven 提交者: Simon Horman

arm64: dts: r8a7795: Add SoC-specific compatible property to audio-dmac nodes

The audio-dmac nodes used the generic compatible property only.
Add the SoC-specific one, to make it future proof.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 aadc4ee0
......@@ -328,7 +328,8 @@
};
audma0: dma-controller@ec700000 {
compatible = "renesas,rcar-dmac";
compatible = "renesas,dmac-r8a7795",
"renesas,rcar-dmac";
reg = <0 0xec700000 0 0x10000>;
interrupts = <GIC_SPI 350 IRQ_TYPE_LEVEL_HIGH
GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH
......@@ -360,7 +361,8 @@
};
audma1: dma-controller@ec720000 {
compatible = "renesas,rcar-dmac";
compatible = "renesas,dmac-r8a7795",
"renesas,rcar-dmac";
reg = <0 0xec720000 0 0x10000>;
interrupts = <GIC_SPI 351 IRQ_TYPE_LEVEL_HIGH
GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册