[U-Boot] [PATCH 20/33] ARM64: zynqmp: Use correct addresses in node names
Michal Simek
michal.simek at xilinx.com
Thu Apr 7 19:05:49 CEST 2016
From: Hyun Kwon <hyun.kwon at xilinx.com>
Reflect actual silicon addresses in DT node names.
Signed-off-by: Hyun Kwon <hyun.kwon at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/zynqmp.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 2690aa2afa26..5001ccc8d8f0 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -842,7 +842,7 @@
};
};
- xlnx_dp: dp at 43c00000 {
+ xlnx_dp: dp at fd4a0000 {
compatible = "xlnx,v-dp";
status = "disabled";
reg = <0x0 0xfd4a0000 0x1000>;
@@ -887,7 +887,7 @@
dma-names = "tx";
};
- xlnx_dp_sub: dp_sub at 43c0a000 {
+ xlnx_dp_sub: dp_sub at fd4aa000 {
compatible = "xlnx,dp-sub";
status = "disabled";
reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>;
--
1.9.1
More information about the U-Boot
mailing list