summaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a7794-alt-u-boot.dts
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-04-23 20:24:16 +0200
committerMarek Vasut <marex@denx.de>2018-04-26 13:54:39 +0200
commitbb6d2ff2ac96a6b3d83f7f65483a2f8087d1f902 (patch)
tree1470f84e27f7facce8ab686644696f10c0a41ed1 /arch/arm/dts/r8a7794-alt-u-boot.dts
parent49aefe300a6f52e49eeb66c9edbc45b688518fdd (diff)
ARM: rmobile: Update E2 Alt
The E2 Alt port was broken since some time. This patch updates the E2 Alt port to use modern frameworks, DM, DT probing, SPL for the preloading and puts it on par with the M2 Porter board. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts/r8a7794-alt-u-boot.dts')
-rw-r--r--arch/arm/dts/r8a7794-alt-u-boot.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7794-alt-u-boot.dts b/arch/arm/dts/r8a7794-alt-u-boot.dts
index 8a14e46a7ab..e179335d3a4 100644
--- a/arch/arm/dts/r8a7794-alt-u-boot.dts
+++ b/arch/arm/dts/r8a7794-alt-u-boot.dts
@@ -8,3 +8,7 @@
#include "r8a7794-alt.dts"
#include "r8a7794-u-boot.dtsi"
+
+&scif2 {
+ u-boot,dm-pre-reloc;
+};