[U-Boot] [PATCH] ARM: rmobile: Enable SCIFA0 early on H2 Stout

Marek Vasut marek.vasut at gmail.com
Thu Apr 12 19:55:05 UTC 2018


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 at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 arch/arm/dts/r8a7790-stout-u-boot.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/r8a7790-stout-u-boot.dts b/arch/arm/dts/r8a7790-stout-u-boot.dts
index 12092fcf5d..d2b7d371aa 100644
--- 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;
+};
-- 
2.16.2



More information about the U-Boot mailing list