From f72d2ba60a5238d52ceaccd8e3e4b193a4534229 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 11 Jul 2019 23:39:10 +0200 Subject: 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 --- target/linux/ramips/dts/mt7620a_iodata_wn-ac1167gr.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/ramips/dts/mt7620a_iodata_wn-ac1167gr.dts') diff --git a/target/linux/ramips/dts/mt7620a_iodata_wn-ac1167gr.dts b/target/linux/ramips/dts/mt7620a_iodata_wn-ac1167gr.dts index 05acdf5750..3e61f51598 100644 --- a/target/linux/ramips/dts/mt7620a_iodata_wn-ac1167gr.dts +++ b/target/linux/ramips/dts/mt7620a_iodata_wn-ac1167gr.dts @@ -92,8 +92,8 @@ read-only; }; - Factory: partition@40000 { - label = "Factory"; + factory: partition@40000 { + label = "factory"; reg = <0x40000 0x8000>; read-only; }; @@ -140,7 +140,7 @@ ðernet { pinctrl-names = "default"; pinctrl-0 = <&rgmii1_pins &mdio_pins>; - mtd-mac-address = <&Factory 0x4>; + mtd-mac-address = <&factory 0x4>; port@5 { status = "okay"; @@ -207,5 +207,5 @@ }; &wmac { - ralink,mtd-eeprom = <&Factory 0x0>; + ralink,mtd-eeprom = <&factory 0x0>; }; -- cgit v1.2.3