Skip to content
Snippets Groups Projects
Commit 695d75a1 authored by Hyun Kwon's avatar Hyun Kwon Committed by Michal Simek
Browse files

ARM64: zynqmp: Use correct addresses in node names


Reflect actual silicon addresses in DT node names.

Signed-off-by: default avatarHyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 4e31d27b
No related branches found
No related tags found
No related merge requests found
...@@ -842,7 +842,7 @@ ...@@ -842,7 +842,7 @@
}; };
}; };
xlnx_dp: dp@43c00000 { xlnx_dp: dp@fd4a0000 {
compatible = "xlnx,v-dp"; compatible = "xlnx,v-dp";
status = "disabled"; status = "disabled";
reg = <0x0 0xfd4a0000 0x1000>; reg = <0x0 0xfd4a0000 0x1000>;
...@@ -887,7 +887,7 @@ ...@@ -887,7 +887,7 @@
dma-names = "tx"; dma-names = "tx";
}; };
xlnx_dp_sub: dp_sub@43c0a000 { xlnx_dp_sub: dp_sub@fd4aa000 {
compatible = "xlnx,dp-sub"; compatible = "xlnx,dp-sub";
status = "disabled"; status = "disabled";
reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>; reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment