From: Hyun Kwon Date: Tue, 24 Nov 2015 01:12:54 +0000 (-0800) Subject: ARM64: zynqmp: Use correct addresses in node names X-Git-Tag: v2016.05-rc2~64^2~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=695d75a122e48b95f4ccfffcbc39cb14be382b10;p=u-boot ARM64: zynqmp: Use correct addresses in node names Reflect actual silicon addresses in DT node names. Signed-off-by: Hyun Kwon Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 2690aa2afa..5001ccc8d8 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -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>;