diff options
| author | Marek Vasut <[email protected]> | 2018-04-12 15:23:46 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-04-13 23:41:44 +0200 |
| commit | 27d7f04a472b33c85f880013dbc64ed2660064df (patch) | |
| tree | 268422c8fde648b21bc2b48017205e5e60d75590 | |
| parent | 451e22fa3396c7091e77e884d86c48f349c87ac6 (diff) | |
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 <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
| -rw-r--r-- | arch/arm/dts/r8a7790-stout-u-boot.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7790-stout-u-boot.dts b/arch/arm/dts/r8a7790-stout-u-boot.dts index 12092fcf5d8..d2b7d371aab 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; +}; |
