summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-07-30 20:16:16 +0300
committerPatrice Chotard <patrice.chotard@st.com>2019-08-27 10:36:56 +0300
commit2c2580984a513a202bbbb8c5307788051f41faa9 (patch)
tree14414fee5ddd6545043ae41cbf50294c1944f589 /arch
parent67b7684f8ce3a13c17b5246b6ad3c934b85c7df0 (diff)
downloadu-boot-2c2580984a513a202bbbb8c5307788051f41faa9.tar.xz
ARM: dts: stm32mp1: add ldtc pre-reloc proper in SOC file
The pre-relocation probe is needed to reserve video frame buffer in video_reserve() for all the board; LDTC must be tagged prereloc in SOC U-Boot dtsi file. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/stm32mp157-u-boot.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157-u-boot.dtsi b/arch/arm/dts/stm32mp157-u-boot.dtsi
index 1c4ad6797c..0d1d387e54 100644
--- a/arch/arm/dts/stm32mp157-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp157-u-boot.dtsi
@@ -115,6 +115,11 @@
u-boot,dm-pre-reloc;
};
+/* pre-reloc probe = reserve video frame buffer in video_reserve() */
+&ltdc {
+ u-boot,dm-pre-proper;
+};
+
&pinctrl {
u-boot,dm-pre-reloc;
};