From: Michal Simek <michal.simek@xilinx.com>
Date: Wed, 17 Jan 2018 09:17:19 +0000 (+0100)
Subject: arm: zynq: Mark cc108 uart to be initialized before relocation
X-Git-Tag: v2025.01-rc5-pxa1908~4956^2~5
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/gitweb.css?a=commitdiff_plain;h=d78b4ae06abce0da036bd8f64accd839de23f6ef;p=u-boot.git

arm: zynq: Mark cc108 uart to be initialized before relocation

The same change is done for others zynq boards to get uart as early as
possible.

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

diff --git a/arch/arm/dts/zynq-cc108.dts b/arch/arm/dts/zynq-cc108.dts
index a55e82b210..4804da5235 100644
--- a/arch/arm/dts/zynq-cc108.dts
+++ b/arch/arm/dts/zynq-cc108.dts
@@ -100,6 +100,7 @@
 };
 
 &uart0 {
+	u-boot,dm-pre-reloc;
 	status = "okay";
 };