mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 05:51:17 +02:00
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>
This commit is contained in:
committed by
Patrice Chotard
parent
67b7684f8c
commit
2c2580984a
@@ -115,6 +115,11 @@
|
|||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* pre-reloc probe = reserve video frame buffer in video_reserve() */
|
||||||
|
<dc {
|
||||||
|
u-boot,dm-pre-proper;
|
||||||
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user