diff options
| author | Daniel Golle <daniel@makrotopia.org> | 2024-02-18 05:02:38 +0000 |
|---|---|---|
| committer | Daniel Golle <daniel@makrotopia.org> | 2024-02-19 03:23:43 +0000 |
| commit | fba79f39f267c942dd672f0f9a787bc1833c099e (patch) | |
| tree | 063406ee2465aa113f8ae5b9589969e900e01951 | |
| parent | a56292d9f595537404549bae00ee1877b6f8814c (diff) | |
| download | upstream-fba79f39f267c942dd672f0f9a787bc1833c099e.tar.gz upstream-fba79f39f267c942dd672f0f9a787bc1833c099e.tar.bz2 upstream-fba79f39f267c942dd672f0f9a787bc1833c099e.zip | |
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@makrotopia.org>
| -rw-r--r-- | target/linux/mediatek/dts/mt7981b-glinet-gl-mt2500.dts | 8 |
1 files 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 03cfe4c825b..9b7c85e5197 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@10 { + ddns@10 { reg = <0x10 0x10>; }; - sn_bak_boot1_20@20 { + sn-bak@20 { reg = <0x20 0x10>; }; - sn_boot1_20@30 { + sn@30 { reg = <0x30 0x10>; }; - country_code_boot1_88@88 { + country-code@88 { reg = <0x88 0x10>; }; }; |
