mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] arm: rockchip: mecsbc: drop duplicate reserved-memory node
@ 2024-05-03 10:11 Ahmad Fatoum
  2024-05-06  6:22 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2024-05-03 10:11 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

The exact same node is duplicated. Drop one instance.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/arm/dts/rk3568-mecsbc.dts | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/arch/arm/dts/rk3568-mecsbc.dts b/arch/arm/dts/rk3568-mecsbc.dts
index 05893b8f724a..c9bab7f36e2f 100644
--- a/arch/arm/dts/rk3568-mecsbc.dts
+++ b/arch/arm/dts/rk3568-mecsbc.dts
@@ -91,31 +91,20 @@ data_partitions {
 	reserved-memory {
 		#address-cells = <2>;
 		#size-cells = <2>;
 		ranges;
 
 		/* Address will be determined by the bootloader */
 		ramoops {
 			compatible = "ramoops";
 		};
 	};
-
-	reserved-memory {
-		#address-cells = <2>;
-		#size-cells = <2>;
-		ranges;
-
-		/* Address will be determined by the bootloader */
-		ramoops {
-			compatible = "ramoops";
-		};
-	};
 };
 
 &sdhci {
 	no-sd;
 
 	partitions {
 		compatible = "fixed-partitions";
 		#address-cells = <2>;
 		#size-cells = <2>;
 
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-06  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-03 10:11 [PATCH] arm: rockchip: mecsbc: drop duplicate reserved-memory node Ahmad Fatoum
2024-05-06  6:22 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox