projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e1b61d
)
arm: zynq: Mark cc108 uart to be initialized before relocation
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 17 Jan 2018 09:17:19 +0000
(10:17 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 30 Jan 2018 13:29:37 +0000
(14:29 +0100)
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>
arch/arm/dts/zynq-cc108.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynq-cc108.dts
b/arch/arm/dts/zynq-cc108.dts
index a55e82b2102c297b9641667e625ad4c2bc483aff..4804da5235dd9b885b2d225974e0d021c75b7167 100644
(file)
--- 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";
};