From: Marek Vasut Date: Thu, 12 Apr 2018 13:23:46 +0000 (+0200) Subject: ARM: rmobile: Enable SCIFA0 early on H2 Stout X-Git-Tag: v2018.05-rc2~11^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=27d7f04a472b33c85f880013dbc64ed2660064df;p=u-boot 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 Cc: Nobuhiro Iwamatsu --- 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; +};