summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-01-17 10:17:19 +0100
committerMichal Simek <michal.simek@xilinx.com>2018-01-30 14:29:37 +0100
commitd78b4ae06abce0da036bd8f64accd839de23f6ef (patch)
treef772d344247fd9c6c9c3561df06c5b6eefc170af /arch
parent3e1b61de58bc12024eeb2b57ed85077905cd962f (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/zynq-cc108.dts1
1 files changed, 1 insertions, 0 deletions
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";
};