ramips: convert most mtd-mac-address cases in DTSI to nvmem
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Tue, 17 Aug 2021 18:53:27 +0000 (20:53 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 18 Aug 2021 21:46:02 +0000 (23:46 +0200)
commitba3d92c5a087cd4d28124fc366fc63a34732ff3d
tree61c8bf04704a713187fb06713cdfc8f6868c858a
parent9a79fe20e81744805805abbf8ff028351e5d2f32
ramips: convert most mtd-mac-address cases in DTSI to nvmem

Convert most of the cases from mtd-mac-address to nvmem where
MAC addresses are set in the DTSI, but the partitions are only
located in the device DTS. This posed some problems earlier, since
in these cases we are using partitions before they are defined,
and the nvmem system did not seem to like that.

There have been a few different resolution approaches, based on
the different tradeoffs of deduplication vs. maintainability:

 1. In many cases, the partition tables were identical except for
    the firmware partition size, and the firmware partition was
    the last in the table.
    In these cases, the partition table has been moved to the
    DTSI, and only the firmware partition's "reg" property has
    been kept in the DTS files. So, the updated nvmem definition
    could stay in the DTSI files as well.

 2. For all other cases, splitting up the partition table would
    have introduced additional complexity. Thus, the nodes to be
    converted to nvmem have been moved to the DTS files where the
    partitioning was defined.

 3. For Netgear EX2700 and WN3000RP v3, the remaining DTSI file
    was completely dissolved, as it was quite small and the name
    was not really nice either.

 4. The D-Link DIR-853 A3 was converted to nvmem as well, though
    it is just a plain DTS file not taken care of in the first
    wave.

In addition, some minor rearrangements have been made for tidyness.

Not covered (yet) by this patch are:

 * Various unielec devices
 * The D-Link DIR-8xx family

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
47 files changed:
target/linux/ramips/dts/mt7620a_netgear_ex2700.dts
target/linux/ramips/dts/mt7620a_netgear_ex2700_wn3000rp-v3.dtsi [deleted file]
target/linux/ramips/dts/mt7620a_netgear_wn3000rp-v3.dts
target/linux/ramips/dts/mt7620a_zbtlink_zbt-we826-16m.dts
target/linux/ramips/dts/mt7620a_zbtlink_zbt-we826-32m.dts
target/linux/ramips/dts/mt7620a_zbtlink_zbt-we826-e.dts
target/linux/ramips/dts/mt7620a_zbtlink_zbt-we826.dtsi
target/linux/ramips/dts/mt7620n_nexx_wt3020-4m.dts
target/linux/ramips/dts/mt7620n_nexx_wt3020-8m.dts
target/linux/ramips/dts/mt7620n_nexx_wt3020.dtsi
target/linux/ramips/dts/mt7621_dlink_dir-853-a3.dts
target/linux/ramips/dts/mt7621_netgear_r6220.dts
target/linux/ramips/dts/mt7621_netgear_sercomm_ayx.dtsi
target/linux/ramips/dts/mt7621_netgear_wndr3700-v5.dts
target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts
target/linux/ramips/dts/mt7621_ubnt_unifi-nanohd.dts
target/linux/ramips/dts/mt7621_ubnt_unifi.dtsi
target/linux/ramips/dts/mt7628an_vocore_vocore2-lite.dts
target/linux/ramips/dts/mt7628an_vocore_vocore2.dts
target/linux/ramips/dts/mt7628an_vocore_vocore2.dtsi
target/linux/ramips/dts/mt7628an_widora_neo-16m.dts
target/linux/ramips/dts/mt7628an_widora_neo-32m.dts
target/linux/ramips/dts/mt7628an_widora_neo.dtsi
target/linux/ramips/dts/rt3050_allnet_all0256n-4m.dts
target/linux/ramips/dts/rt3050_allnet_all0256n-8m.dts
target/linux/ramips/dts/rt3050_allnet_all0256n.dtsi
target/linux/ramips/dts/rt3050_alphanetworks_asl26555-16m.dts
target/linux/ramips/dts/rt3050_alphanetworks_asl26555-8m.dts
target/linux/ramips/dts/rt3050_alphanetworks_asl26555.dtsi
target/linux/ramips/dts/rt5350_7links_px-4885-4m.dts
target/linux/ramips/dts/rt5350_7links_px-4885-8m.dts
target/linux/ramips/dts/rt5350_7links_px-4885.dtsi
target/linux/ramips/dts/rt5350_asiarf_awm002-evb-4m.dts
target/linux/ramips/dts/rt5350_asiarf_awm002-evb-8m.dts
target/linux/ramips/dts/rt5350_asiarf_awm002-evb.dtsi
target/linux/ramips/dts/rt5350_nexx_wt1520-4m.dts
target/linux/ramips/dts/rt5350_nexx_wt1520-8m.dts
target/linux/ramips/dts/rt5350_nexx_wt1520.dtsi
target/linux/ramips/dts/rt5350_nixcore_x1-16m.dts
target/linux/ramips/dts/rt5350_nixcore_x1-8m.dts
target/linux/ramips/dts/rt5350_nixcore_x1.dtsi
target/linux/ramips/dts/rt5350_poray_m4-4m.dts
target/linux/ramips/dts/rt5350_poray_m4-8m.dts
target/linux/ramips/dts/rt5350_poray_m4.dtsi
target/linux/ramips/dts/rt5350_vocore_vocore-16m.dts
target/linux/ramips/dts/rt5350_vocore_vocore-8m.dts
target/linux/ramips/dts/rt5350_vocore_vocore.dtsi