提交 4e31d27b 编写于 作者: M Michal Simek

ARM64: zynqmp: Align node address with parent node for dpdma

Use right addresses for channel names
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 ca2f5878
...@@ -904,22 +904,22 @@ ...@@ -904,22 +904,22 @@
clock-names = "axi_clk"; clock-names = "axi_clk";
dma-channels = <6>; dma-channels = <6>;
#dma-cells = <1>; #dma-cells = <1>;
dma-video0channel@43c10000 { dma-video0channel@fd4c0000 {
compatible = "xlnx,video0"; compatible = "xlnx,video0";
}; };
dma-video1channel@43c10000 { dma-video1channel@fd4c0000 {
compatible = "xlnx,video1"; compatible = "xlnx,video1";
}; };
dma-video2channel@43c10000 { dma-video2channel@fd4c0000 {
compatible = "xlnx,video2"; compatible = "xlnx,video2";
}; };
dma-graphicschannel@43c10000 { dma-graphicschannel@fd4c0000 {
compatible = "xlnx,graphics"; compatible = "xlnx,graphics";
}; };
dma-audio0channel@43c10000 { dma-audio0channel@fd4c0000 {
compatible = "xlnx,audio0"; compatible = "xlnx,audio0";
}; };
dma-audio1channel@43c10000 { dma-audio1channel@fd4c0000 {
compatible = "xlnx,audio1"; compatible = "xlnx,audio1";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册