[openwrt/openwrt] mediatek: filogic: fix nvmem cell names of the GL.iNet MT-2500

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 18 19:24:02 PST 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fba79f39f267c942dd672f0f9a787bc1833c099e

commit fba79f39f267c942dd672f0f9a787bc1833c099e
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sun Feb 18 05:02:38 2024 +0000

    mediatek: filogic: fix nvmem cell names of the GL.iNet MT-2500
    
    Fix style of nvmem cell names in the device tree of the GL.iNet MT-2500.
    
    Fixes: 49ed52b862 ("mediatek: filogic: convert GL.iNet MT-2500 to use NVMEM-on-MMC)"
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/mediatek/dts/mt7981b-glinet-gl-mt2500.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/target/linux/mediatek/dts/mt7981b-glinet-gl-mt2500.dts b/target/linux/mediatek/dts/mt7981b-glinet-gl-mt2500.dts
index 03cfe4c825..9b7c85e519 100644
--- a/target/linux/mediatek/dts/mt7981b-glinet-gl-mt2500.dts
+++ b/target/linux/mediatek/dts/mt7981b-glinet-gl-mt2500.dts
@@ -184,19 +184,19 @@
 					#nvmem-cell-cells = <1>;
 				};
 
-				ddns_boot1_10 at 10 {
+				ddns at 10 {
 					reg = <0x10 0x10>;
 				};
 
-				sn_bak_boot1_20 at 20 {
+				sn-bak at 20 {
 					reg = <0x20 0x10>;
 				};
 
-				sn_boot1_20 at 30 {
+				sn at 30 {
 					reg = <0x30 0x10>;
 				};
 
-				country_code_boot1_88 at 88 {
+				country-code at 88 {
 					reg = <0x88 0x10>;
 				};
 			};




More information about the lede-commits mailing list