[U-Boot] [PATCH 23/33] ARM64: zynqmp: Add serdes address space dp driver

Michal Simek michal.simek at xilinx.com
Thu Apr 7 19:05:52 CEST 2016


For run time serdes adjustment.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 arch/arm/dts/zynqmp.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index e2f7b53858a3..324d71b98902 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -846,7 +846,8 @@
 		xlnx_dp: dp at fd4a0000 {
 			compatible = "xlnx,v-dp";
 			status = "disabled";
-			reg = <0x0 0xfd4a0000 0x1000>;
+			reg = <0x0 0xfd4a0000 0x1000>,
+			      <0x0 0xfd400000 0x20000>;
 			interrupts = <0 119 4>;
 			interrupt-parent = <&gic>;
 			clock-names = "aclk", "aud_clk";
-- 
1.9.1



More information about the U-Boot mailing list