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:
451e22f
)
ARM: rmobile: Enable SCIFA0 early on H2 Stout
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Thu, 12 Apr 2018 13:23:46 +0000
(15:23 +0200)
committer
Marek Vasut
<marex@denx.de>
Fri, 13 Apr 2018 21:41:44 +0000
(23:41 +0200)
The H2 Stout uses SCIFA0 for serial console, make sure it is
available very early on when probing from DT.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/dts/r8a7790-stout-u-boot.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/r8a7790-stout-u-boot.dts
b/arch/arm/dts/r8a7790-stout-u-boot.dts
index 12092fcf5d8bea7ab9c9dbf17ba5243362e113f8..d2b7d371aab51125d842e60ed950dbe3c8b97406 100644
(file)
--- a/
arch/arm/dts/r8a7790-stout-u-boot.dts
+++ b/
arch/arm/dts/r8a7790-stout-u-boot.dts
@@
-8,3
+8,7
@@
#include "r8a7790-stout.dts"
#include "r8a7790-u-boot.dtsi"
+
+&scifa0 {
+ u-boot,dm-pre-reloc;
+};