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:
parent
5d4d1212f7
commit
e49a55af8b
5
arch/arm/dts/armada-xp-theadorable-u-boot.dtsi
Normal file
5
arch/arm/dts/armada-xp-theadorable-u-boot.dtsi
Normal file
@ -0,0 +1,5 @@
|
||||
&lcd0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
#include "mvebu-u-boot.dtsi"
|
@ -134,7 +134,6 @@
|
||||
compatible = "marvell,armada-xp-lcd";
|
||||
reg = <0xe0000 0x10000>;
|
||||
status = "okay";
|
||||
u-boot,dm-pre-reloc;
|
||||
|
||||
display-timings {
|
||||
native-mode = <&timing0>;
|
||||
|
Loading…
Reference in New Issue
Block a user