mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: rmobile: Enable SCIFA0 early on H2 Stout
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>
This commit is contained in:
parent
451e22fa33
commit
27d7f04a47
1 changed files with 4 additions and 0 deletions
|
|
@ -8,3 +8,7 @@
|
|||
|
||||
#include "r8a7790-stout.dts"
|
||||
#include "r8a7790-u-boot.dtsi"
|
||||
|
||||
&scifa0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue