Re: [PATCH] arm: rockchip: mecsbc: drop duplicate reserved-memory node

2024-05-06 Thread Sascha Hauer


On Fri, 03 May 2024 12:11:31 +0200, Ahmad Fatoum wrote:
> The exact same node is duplicated. Drop one instance.
> 
> 

Applied, thanks!

[1/1] arm: rockchip: mecsbc: drop duplicate reserved-memory node
  https://git.pengutronix.de/cgit/barebox/commit/?id=b2ebe85e64e2 (link may 
not be stable)

Best regards,
-- 
Sascha Hauer 




[PATCH] arm: rockchip: mecsbc: drop duplicate reserved-memory node

2024-05-03 Thread Ahmad Fatoum
The exact same node is duplicated. Drop one instance.

Signed-off-by: Ahmad Fatoum 
---
 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";
-   };
-   };
 };
 
  {
no-sd;
 
partitions {
compatible = "fixed-partitions";
#address-cells = <2>;
#size-cells = <2>;
 
-- 
2.39.2