summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_iodata_wn-ax1167gr.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-07-11 23:39:10 +0200
committerChuanhong Guo <gch981213@gmail.com>2019-07-25 22:01:29 +0800
commitf72d2ba60a5238d52ceaccd8e3e4b193a4534229 (patch)
treec3292def6816f3a18f4068b30b8536afe0db8a49 /target/linux/ramips/dts/mt7621_iodata_wn-ax1167gr.dts
parentee5fce887a2cb134ef21bd7bcf007342b0474ab7 (diff)
downloadopenwrt-f72d2ba60a5238d52ceaccd8e3e4b193a4534229.tar.gz
openwrt-f72d2ba60a5238d52ceaccd8e3e4b193a4534229.tar.bz2
openwrt-f72d2ba60a5238d52ceaccd8e3e4b193a4534229.zip
ramips: consistently use lower-case factory partition label
The vast majority of devices labels "factory" partition with lower case. Convert the small fraction with capital letter to that and merge another case in 02_network. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/mt7621_iodata_wn-ax1167gr.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_iodata_wn-ax1167gr.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7621_iodata_wn-ax1167gr.dts b/target/linux/ramips/dts/mt7621_iodata_wn-ax1167gr.dts
index e5c00abb0b..2449112baf 100644
--- a/target/linux/ramips/dts/mt7621_iodata_wn-ax1167gr.dts
+++ b/target/linux/ramips/dts/mt7621_iodata_wn-ax1167gr.dts
@@ -91,8 +91,8 @@
read-only;
};
- Factory: partition@40000 {
- label = "Factory";
+ factory: partition@40000 {
+ label = "factory";
reg = <0x40000 0x10000>;
read-only;
};
@@ -157,7 +157,7 @@
&pcie1 {
mt76@0,0 {
reg = <0x0000 0 0 0 0>;
- mediatek,mtd-eeprom = <&Factory 0x0>;
+ mediatek,mtd-eeprom = <&factory 0x0>;
ieee80211-freq-limit = <5000000 6000000>;
};
};