arm: mvebu: armada-xp-theadorable.dts: Move u-boot, dm-pre-reloc to -u-boot.dtsi

Move U-Boot specific device tree property u-boot,dm-pre-reloc into U-Boot
specific device tree include file armada-xp-theadorable-u-boot.dtsi.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Pali Rohár 2022-08-03 13:00:52 +02:00 committed by Stefan Roese
parent 5d4d1212f7
commit e49a55af8b
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
&lcd0 {
u-boot,dm-pre-reloc;
};
#include "mvebu-u-boot.dtsi"

View File

@ -134,7 +134,6 @@
compatible = "marvell,armada-xp-lcd"; compatible = "marvell,armada-xp-lcd";
reg = <0xe0000 0x10000>; reg = <0xe0000 0x10000>;
status = "okay"; status = "okay";
u-boot,dm-pre-reloc;
display-timings { display-timings {
native-mode = <&timing0>; native-mode = <&timing0>;