[U-Boot] [PATCH 2/4] ARM: dts: rmobile: Make scif0 available before reloc on Porter

Marek Vasut marek.vasut at gmail.com
Fri Feb 16 15:39:23 UTC 2018


Make the SCIF available before relocation and in SPL on R8A7791 Porter.

Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 arch/arm/dts/r8a7791-porter.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/r8a7791-porter.dts b/arch/arm/dts/r8a7791-porter.dts
index bc93bb24e4..3d47daa08b 100644
--- a/arch/arm/dts/r8a7791-porter.dts
+++ b/arch/arm/dts/r8a7791-porter.dts
@@ -214,6 +214,7 @@
 &scif0 {
 	pinctrl-0 = <&scif0_pins>;
 	pinctrl-names = "default";
+	u-boot,dm-pre-reloc;
 
 	status = "okay";
 };
-- 
2.15.1



More information about the U-Boot mailing list