[U-Boot] [PATCH 19/33] ARM64: zynqmp: Align node address with parent node for dpdma
Michal Simek
michal.simek at xilinx.com
Thu Apr 7 19:05:48 CEST 2016
Use right addresses for channel names
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/zynqmp.dtsi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index f9249aa7b076..2690aa2afa26 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -904,22 +904,22 @@
clock-names = "axi_clk";
dma-channels = <6>;
#dma-cells = <1>;
- dma-video0channel at 43c10000 {
+ dma-video0channel at fd4c0000 {
compatible = "xlnx,video0";
};
- dma-video1channel at 43c10000 {
+ dma-video1channel at fd4c0000 {
compatible = "xlnx,video1";
};
- dma-video2channel at 43c10000 {
+ dma-video2channel at fd4c0000 {
compatible = "xlnx,video2";
};
- dma-graphicschannel at 43c10000 {
+ dma-graphicschannel at fd4c0000 {
compatible = "xlnx,graphics";
};
- dma-audio0channel at 43c10000 {
+ dma-audio0channel at fd4c0000 {
compatible = "xlnx,audio0";
};
- dma-audio1channel at 43c10000 {
+ dma-audio1channel at fd4c0000 {
compatible = "xlnx,audio1";
};
};
--
1.9.1
More information about the U-Boot
mailing list