[PATCH] arm: rockchip: mecsbc: drop duplicate reserved-memory node
Ahmad Fatoum
a.fatoum at pengutronix.de
Fri May 3 03:11:31 PDT 2024
The exact same node is duplicated. Drop one instance.
Signed-off-by: Ahmad Fatoum <a.fatoum at 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
More information about the barebox
mailing list