]> git.sur5r.net Git - u-boot/commitdiff
ARM: rmobile: Enable SCIFA0 early on H2 Stout
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 12 Apr 2018 13:23:46 +0000 (15:23 +0200)
committerMarek 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

index 12092fcf5d8bea7ab9c9dbf17ba5243362e113f8..d2b7d371aab51125d842e60ed950dbe3c8b97406 100644 (file)
@@ -8,3 +8,7 @@
 
 #include "r8a7790-stout.dts"
 #include "r8a7790-u-boot.dtsi"
+
+&scifa0 {
+       u-boot,dm-pre-reloc;
+};