summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeijie Gao <[email protected]>2025-03-07 11:22:13 +0800
committerTom Rini <[email protected]>2025-03-30 09:14:41 -0600
commit2d611c2a02683ccee7b085f1f1e7b1b2edc5c773 (patch)
tree59c4765d0ed119e60ac8a15e4c4f2aafc6593d8d
parentf94a05d1c4191c587f3abd259dceb4bb99b1b639 (diff)
arm: mediatek: remove wmcpu-reserved@50000000 node from mt7987 dts
The reserved-memory node 'wmcpu-reserved@50000000' only applies to linux kernel and is useless in u-boot. Remove it in *-u-boot.dtsi to make this memory region usable. Fixes: 2d6962e0618 (arm: mediatek: add support for MediaTek MT7987 SoC) Signed-off-by: Weijie Gao <[email protected]>
-rw-r--r--arch/arm/dts/mt7987a-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/mt7987a-u-boot.dtsi b/arch/arm/dts/mt7987a-u-boot.dtsi
index ec0a6389d8b..a1cb42a9675 100644
--- a/arch/arm/dts/mt7987a-u-boot.dtsi
+++ b/arch/arm/dts/mt7987a-u-boot.dtsi
@@ -24,6 +24,10 @@
mediatek,hwver = <&hwver>;
};
};
+
+ reserved-memory {
+ /delete-node/ wmcpu-reserved@50000000;
+ };
};
&i2c0 {