From 01996b785dcef61e6dadb50f61a13f905f3e497d Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sat, 17 Feb 2024 22:10:10 +0800 Subject: ramips: clean up useless dts partition labels The previous NVMEM eeprom conversions[1][2] left a lot of partition labels that were no longer used. They can be removed now. [1] https://github.com/openwrt/openwrt/pull/13584 [2] https://github.com/openwrt/openwrt/pull/13587 Signed-off-by: Shiji Yang --- target/linux/ramips/dts/mt7621_tplink_rexx0-v1.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/dts/mt7621_tplink_rexx0-v1.dtsi') diff --git a/target/linux/ramips/dts/mt7621_tplink_rexx0-v1.dtsi b/target/linux/ramips/dts/mt7621_tplink_rexx0-v1.dtsi index c688e5d156..e915e37eea 100644 --- a/target/linux/ramips/dts/mt7621_tplink_rexx0-v1.dtsi +++ b/target/linux/ramips/dts/mt7621_tplink_rexx0-v1.dtsi @@ -117,7 +117,7 @@ reg = <0x20000 0xde0000>; }; - config: partition@e00000 { + partition@e00000 { label = "config"; reg = <0xe00000 0x50000>; read-only; @@ -139,7 +139,7 @@ * firmware, so we do not use it either */ - radio: partition@ff0000 { + partition@ff0000 { label = "radio"; reg = <0xff0000 0x10000>; read-only; -- cgit v1.2.3