ARM64: zynqmp: Use correct addresses in node names

Reflect actual silicon addresses in DT node names.

Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Hyun Kwon 2015-11-23 17:12:54 -08:00 committed by Michal Simek
parent 4e31d27b9c
commit 695d75a122
1 changed files with 2 additions and 2 deletions

View File

@ -842,7 +842,7 @@
};
};
xlnx_dp: dp@43c00000 {
xlnx_dp: dp@fd4a0000 {
compatible = "xlnx,v-dp";
status = "disabled";
reg = <0x0 0xfd4a0000 0x1000>;
@ -887,7 +887,7 @@
dma-names = "tx";
};
xlnx_dp_sub: dp_sub@43c0a000 {
xlnx_dp_sub: dp_sub@fd4aa000 {
compatible = "xlnx,dp-sub";
status = "disabled";
reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>;