diff mbox series

[4/5] arm: mvebu: armada-xp-theadorable.dts: Move u-boot, dm-pre-reloc to -u-boot.dtsi

Message ID 20220803110053.22598-5-pali@kernel.org
State Accepted
Commit e49a55af8b6ad632520b4d625330ad8797ae98ca
Delegated to: Stefan Roese
Headers show
Series arm: mvebu: Cleanup u-boot,dm-pre-reloc code | expand

Commit Message

Pali Rohár Aug. 3, 2022, 11 a.m. UTC
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>
---
 arch/arm/dts/armada-xp-theadorable-u-boot.dtsi | 5 +++++
 arch/arm/dts/armada-xp-theadorable.dts         | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/armada-xp-theadorable-u-boot.dtsi

Comments

Stefan Roese Aug. 4, 2022, 2:42 p.m. UTC | #1
On 03.08.22 13:00, Pali Rohár wrote:
> 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>

Thanks,
Stefan

> ---
>   arch/arm/dts/armada-xp-theadorable-u-boot.dtsi | 5 +++++
>   arch/arm/dts/armada-xp-theadorable.dts         | 1 -
>   2 files changed, 5 insertions(+), 1 deletion(-)
>   create mode 100644 arch/arm/dts/armada-xp-theadorable-u-boot.dtsi
> 
> 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
> index 000000000000..c98bfa1e18da
> --- /dev/null
> +++ b/arch/arm/dts/armada-xp-theadorable-u-boot.dtsi
> @@ -0,0 +1,5 @@
> +&lcd0 {
> +	u-boot,dm-pre-reloc;
> +};
> +
> +#include "mvebu-u-boot.dtsi"
> diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts
> index 2f6aa194cf0f..ba73386d4f0a 100644
> --- a/arch/arm/dts/armada-xp-theadorable.dts
> +++ b/arch/arm/dts/armada-xp-theadorable.dts
> @@ -134,7 +134,6 @@
>   				compatible = "marvell,armada-xp-lcd";
>   				reg = <0xe0000 0x10000>;
>   				status = "okay";
> -				u-boot,dm-pre-reloc;
>   
>   				display-timings {
>   					native-mode = <&timing0>;

Viele Grüße,
Stefan Roese
diff mbox series

Patch

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
index 000000000000..c98bfa1e18da
--- /dev/null
+++ b/arch/arm/dts/armada-xp-theadorable-u-boot.dtsi
@@ -0,0 +1,5 @@ 
+&lcd0 {
+	u-boot,dm-pre-reloc;
+};
+
+#include "mvebu-u-boot.dtsi"
diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts
index 2f6aa194cf0f..ba73386d4f0a 100644
--- a/arch/arm/dts/armada-xp-theadorable.dts
+++ b/arch/arm/dts/armada-xp-theadorable.dts
@@ -134,7 +134,6 @@ 
 				compatible = "marvell,armada-xp-lcd";
 				reg = <0xe0000 0x10000>;
 				status = "okay";
-				u-boot,dm-pre-reloc;
 
 				display-timings {
 					native-mode = <&timing0>;