arm: mvebu: armada-xp-theadorable.dts: Move u-boot, dm-pre-reloc to -u-boot.dtsi
authorPali Rohár <pali@kernel.org>
Wed, 3 Aug 2022 11:00:52 +0000 (13:00 +0200)
committerStefan Roese <sr@denx.de>
Tue, 9 Aug 2022 06:58:27 +0000 (08:58 +0200)
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>
arch/arm/dts/armada-xp-theadorable-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/armada-xp-theadorable.dts

diff --git a/arch/arm/dts/armada-xp-theadorable-u-boot.dtsi b/arch/arm/dts/armada-xp-theadorable-u-boot.dtsi
new file mode 100644 (file)
index 0000000..c98bfa1
--- /dev/null
@@ -0,0 +1,5 @@
+&lcd0 {
+       u-boot,dm-pre-reloc;
+};
+
+#include "mvebu-u-boot.dtsi"
index 2f6aa19..ba73386 100644 (file)
                                compatible = "marvell,armada-xp-lcd";
                                reg = <0xe0000 0x10000>;
                                status = "okay";
-                               u-boot,dm-pre-reloc;
 
                                display-timings {
                                        native-mode = <&timing0>;