openwrt/target/linux/ramips/dts
Davide Fioravanti 31b49f02ca ramips: add support for Linksys EA7500 v2
The Linksys EA7500 v2 is advertised as AC1900, but its internal
hardware is AC2600 capable.

Hardware
--------
SoC:   Mediatek MT7621AT (880 MHz, 2 cores 4 threads)
RAM:   256M (Nanya NT5CC128M16IP-DI)
FLASH: 128MB NAND (Macronix MX30LF1G18AC-TI)
ETH:   5x 10/100/1000 Mbps Ethernet (MT7530)
WIFI:
  - 2.4GHz: 1x MT7615N (4x4:4)
  - 5GHz:   1x MT7615N (4x4:4)
  - 4 antennas: 3 external detachable antennas and 1 internal
USB:
  - 1x USB 3.0
  - 1x USB 2.0
BTN:
  - 1x Reset button
  - 1x WPS button
LEDS:
  - 1x White led (Power)
  - 6x Green leds (link lan1-lan4, link wan, wps)
  - 5x Orange leds (act lan1-lan4, act wan) (working but unmodifiable)

Everything works correctly.

Installation
------------
The “factory” openwrt image can be flashed directly from OEM stock
firmware. After the flash the router will reboot automatically.

However, due to the dual boot system, the first installation could fail
(if you want to know why, read the footnotes).
If the flash succeed and you can reach OpenWrt through the web
interface or ssh, you are done.
Otherwise the router will try to boot 3 times and then will
automatically boot the OEM firmware (don’t turn off the router.
Simply wait and try to reach the router through the web interface
every now and then, it will take few minutes).

After this, you should be back in the OEM firmware.

Now you have to flash the OEM Firmware over itself using the OEM web
interface (I tested it using the FW_EA7500v2_2.0.8.194281_prod.img
downloaded from the Linksys website).

When the router reboots flash the “factory” OpenWrt image and this
time it should work.

After the OpenWrt installation you have to use the sysupgrade image
for future updates.

Restore OEM Firmware
--------------------
After the OpenWrt flash, the OEM firmware is still stored in the
second partition thanks to the dual boot system.
You can switch from OpenWrt to OEM firmware and vice-versa failing
the boot 3 times in a row:
 1) power on the router
 2) wait 15 seconds
 3) power off the router
 4) repeat steps 1-2-3 twice more.
 5) power on the router and you should be in the “other” firmware

If you want to completely remove OpenWrt from your router, switch to
the OEM firmware and then flash OEM firmware from the web interface
as a normal update.
This procedure will overwrite the OpenWrt partition.

Footnotes
---------
The Linksys EA7500-v2 has a dual boot system to avoid bricks.
This system works using 2 pair of partitions:
 1) "kernel" and "rootfs"
 2) "alt_kernel" and "alt_rootfs".
After 3 failed boot attempts, the bootloader tries to boot the other
pair of partitions and so on.

This system is managed by the bootloader, which writes a bootcount in
the s_env partition, and if successfully booted, the system add a
"zero-bootcount" after the previous value.

A system update performed from OEM firmware, writes the firmware on the
other pair of partitions and sets the bootloader to boot the new pair
of partitions editing the “boot_part” variable in the bootloader vars.
Effectively it's a quick and safe system to switch the selected boot
partition.

Another way to switch the boot partition is:
 1) power on the router
 2) wait 15 seconds
 3) power off the router
 4) repeat steps 1-2-3 twice more.
 5) power on the router and you should be in the “other” firmware

In this OpenWrt port, this dual boot system is partially working
because the bootloader sets the right rootfs partition in the cmdline
but unfortunately OpenWrt for ramips platform overwrites the cmdline
so is not possible to detect the right rootfs partition.

Because all of this, I preferred to simply use the first pair of
partitions and set read-only the other pair.

However this solution is not optimal because is not possible to know
without opening the case which is the current booted partition.
Let’s take for example a router booting the OEM firmware from the first
pair of partitions. If we flash the OpenWrt image, it will be written
on the second pair. In this situation the router will bootloop 3 times
and then will automatically come back to the first pair of partitions
containg the OEM firmware.
In this situation, to flash OpenWrt correctly is necessary to switch
the booting partition, flashing again the OEM firmware over itself.
At this point the OEM firmware is on both pair of partitions but the
current booted pair is the second one.
Now, flashing the OpenWrt factory image will write the firmware on
the first pair and then will boot correctly.

If this limitation in the ramips platform about the cmdline will be
fixed, the dual boot system can also be implemented in OpenWrt with
almost no effort.

Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>
Co-Developed-by: Jackson Lim <jackcolentern@gmail.com>
Signed-off-by: Jackson Lim <jackcolentern@gmail.com>
2020-05-17 18:44:28 +02:00
..
mt7620a_aigale_ai-br100.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_alfa-network_ac1200rm.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_alfa-network_r36m-e4g.dts ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
mt7620a_alfa-network_tube-e4g.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_asus_rp-n53.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_asus_rt-ac5x.dtsi ramips: create DTSI for ASUS RT-AC51U and RT-AC54U 2020-05-17 18:39:48 +02:00
mt7620a_asus_rt-ac51u.dts ramips: create DTSI for ASUS RT-AC51U and RT-AC54U 2020-05-17 18:39:48 +02:00
mt7620a_asus_rt-ac54u.dts ramips: add support for ASUS RT-AC54U 2020-05-17 18:40:56 +02:00
mt7620a_bdcom_wap2100-sk.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_buffalo_whr-300hp2.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_buffalo_whr-600d.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_buffalo_whr-1166d.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_dlink_dch-m225.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_dlink_dir-510l.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_dlink_dir-810l.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_dlink_dwr-118-a1.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_dlink_dwr-118-a2.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_dlink_dwr-960.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_dovado_tiny-ac.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_edimax_br-6478ac-v2.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_edimax_ew-747x.dtsi ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_edimax_ew-7476rpc.dts ramips: fix whitespace issues in DTS files 2019-10-21 14:10:47 +02:00
mt7620a_edimax_ew-7478ac.dts ramips/mt7620: Name DTS files based on scheme 2019-07-10 17:36:29 +02:00
mt7620a_edimax_ew-7478apc.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_engenius_esr600.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_fon_fon2601.dts ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
mt7620a_glinet_gl-mt300a.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_glinet_gl-mt300n.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_glinet_gl-mt750.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_head-weblink_hdrm200.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_hiwifi_hc5x61.dtsi ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_hiwifi_hc5661.dts ramips: mt7620: use throughput trigger on HiWiFi HC5x61 2019-12-31 18:09:47 +01:00
mt7620a_hiwifi_hc5761.dts ramips: mt7620: use throughput trigger on HiWiFi HC5x61 2019-12-31 18:09:47 +01:00
mt7620a_hiwifi_hc5861.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_hnet_c108.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_iodata_wn-ac733gr3.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_iodata_wn-ac1167gr.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_iptime_a104ns.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_iptime_a1004ns.dts ramips: replace pinctrl property names for ipTIME A1004ns 2020-04-19 13:47:23 +08:00
mt7620a_iptime.dtsi ramips: increase spi-max-frequency for ipTIME mt7620 devices 2020-04-18 12:35:54 +08:00
mt7620a_kimax_u25awf-h1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_lava_lr-25g001.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_lb-link_bl-w1200.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_lenovo_newifi-y1.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_lenovo_newifi-y1.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_lenovo_newifi-y1s.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_linksys_e1700.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_microduino_microwrt.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_netgear_ex2700_wn3000rp-v3.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_netgear_ex2700.dts ramips: create shared DTSI for Netgear EX2700 and WN3000RP v3 2019-11-08 18:17:31 +01:00
mt7620a_netgear_ex3700_ex6130.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_netgear_ex3700.dts ramips: add support for Netgear EX6130 2019-11-08 18:16:14 +01:00
mt7620a_netgear_ex6130.dts ramips: add label MAC address for Netgear EX6130 2020-01-05 23:38:00 +01:00
mt7620a_netgear_wn3000rp-v3.dts ramips: create shared DTSI for Netgear EX2700 and WN3000RP v3 2019-11-08 18:17:31 +01:00
mt7620a_netis_wf2770.dts ramips: add support for netis WF2770 2020-05-17 18:41:48 +02:00
mt7620a_ohyeah_oy-0001.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_phicomm_k2g.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_phicomm_psg1208.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_phicomm_psg1218.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_phicomm_psg1218a.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_phicomm_psg1218b.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_planex_cs-qr10.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_planex_db-wrt01.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_planex_mzk-750dhp.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_planex_mzk-ex300np.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_planex_mzk-ex750np.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_ralink_mt7620a-evb.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_ralink_mt7620a-mt7530-evb.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_ralink_mt7620a-mt7610e-evb.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_ralink_mt7620a-v22sg-evb.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_sanlinking_d240.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_sercomm_na930.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_tplink_archer-c2-v1.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_tplink_archer-c20-v1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_tplink_archer-c20i.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_tplink_archer-c50-v1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_tplink_archer-mr200.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_tplink_archer.dtsi ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_tplink_re2x0-v1.dtsi ramips: add support for TP-Link RE210 v1 2020-03-09 21:47:56 +01:00
mt7620a_tplink_re200-v1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_tplink_re210-v1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_xiaomi_miwifi-mini.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_youku_yk1.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_yukai_bocco.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_zbtlink_zbt-ape522ii.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_zbtlink_zbt-we826-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_zbtlink_zbt-we826-32m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_zbtlink_zbt-we826-e.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_zbtlink_zbt-we826.dtsi ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_zbtlink_zbt-we1026-5g-16m.dts ramips: update ZBT WE1026 DTS-files 2019-11-03 15:10:14 +01:00
mt7620a_zbtlink_zbt-we1026-5g.dtsi ramips: update ZBT WE1026 DTS-files 2019-11-03 15:10:14 +01:00
mt7620a_zbtlink_zbt-we1026-h-32m.dts ramips: add support for ZBT WE1026-H 2019-11-03 15:10:22 +01:00
mt7620a_zbtlink_zbt-we1026-h.dtsi treewide: remove dts-v1 identifier from DTSI files 2019-12-08 16:44:06 +01:00
mt7620a_zbtlink_zbt-we1026.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_zte_q7.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_zyxel_keenetic-viva.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620n_asus_rt-n12p.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_asus_rt-n14u.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_buffalo_wmr-300.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_comfast_cf-wr800n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620n_dlink_dwr-116-a1.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_dlink_dwr-921-c1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620n_dlink_dwr-922-e2.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620n_elecom_wrh-300cr.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_kimax_u35wf.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620n_kingston_mlw221.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_kingston_mlwg2.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_nexx_wt3020-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620n_nexx_wt3020-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620n_nexx_wt3020.dtsi ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_ravpower_wd03.dts ramips: drop non-existant ralink,port-map for Ravpower WD03 2020-05-17 18:34:40 +02:00
mt7620n_vonets_var11n-300.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_wrtnode_wrtnode.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zbtlink_zbt-cpe102.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zbtlink_zbt-wa05.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zbtlink_zbt-we2026.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zbtlink_zbt-wr8305rt.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zyxel_keenetic-omni-ii.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zyxel_keenetic-omni.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7621_adslr_g7.dts ramips: mt7621 remove unused pinctrl groups in dts 2020-04-04 14:52:12 +08:00
mt7621_afoundry_ew1200.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_alfa-network_quad-e4g.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_asiarf_ap7621-001.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_asiarf_ap7621-nv1.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_asiarf_ap7621.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_asus_rt-ac57u.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_asus_rt-ac65p.dts ramips: add newline for ASUS RT-ACx5P DTSes 2019-11-03 00:23:35 +01:00
mt7621_asus_rt-ac85p.dts ramips: add newline for ASUS RT-ACx5P DTSes 2019-11-03 00:23:35 +01:00
mt7621_asus_rt-acx5p.dtsi ramips: simplify palmbus/{i2c,spi} in device DTS files 2020-05-08 18:43:00 +02:00
mt7621_buffalo_wsr-600dhp.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_buffalo_wsr-1166dhp.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_buffalo_wsr-2533dhpl.dts ramips: add support for Buffalo WSR-2533DHPL 2020-04-07 17:04:18 +02:00
mt7621_d-team_newifi-d2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_d-team_pbr-m1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_dlink_dir-860l-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_edimax_ra21s.dts ramips: mt7621: convert GPIO dts refs 2020-04-04 14:13:05 +08:00
mt7621_edimax_rg21s.dts ramips: mt7621: convert GPIO dts refs 2020-04-04 14:13:05 +08:00
mt7621_edimax_rx21s.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_elecom_wrc-1167ghbk2-s.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_elecom_wrc-1900gst.dts ramips: fix whitespace issues in DTS files 2019-10-21 14:10:47 +02:00
mt7621_elecom_wrc-2533gst.dts ramips: fix whitespace issues in DTS files 2019-10-21 14:10:47 +02:00
mt7621_elecom_wrc-gst.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_firefly_firewrt.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_gehua_ghl-r-001.dts ramips: enable broken-flash-reset for some 32M flash boards 2020-04-12 22:27:17 +08:00
mt7621_gnubee_gb-pc1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_gnubee_gb-pc2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_hiwifi_hc5962.dts ramips: use all reserved space for HiWiFi HC5962 2020-04-18 11:52:12 +08:00
mt7621_iodata_wn-ax1167gr2.dts ramips: add support for I-O DATA WN-AX1167GR2 2020-02-05 17:03:34 +01:00
mt7621_iodata_wn-ax1167gr.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_iodata_wn-ax2033gr.dts ramips: add support for I-O DATA WN-AX2033GR 2020-04-12 00:43:09 +02:00
mt7621_iodata_wn-dx1167r.dts ramips: add support for I-O DATA WN-DX1167R 2020-02-05 17:03:27 +01:00
mt7621_iodata_wn-gx300gr.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_iodata_wn-xx-xr.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_iodata_wnpr2600g.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_iptime_a6ns-m.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_iptime_a8004t.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_jcg_jhr-ac876m.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_lenovo_newifi-d1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_linksys_ea7500-v2.dts ramips: add support for Linksys EA7500 v2 2020-05-17 18:44:28 +02:00
mt7621_linksys_re6500.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_mediatek_ap-mt7621a-v60.dts ramips: dts: fix incorrect flash reg property 2020-05-09 14:49:33 +02:00
mt7621_mediatek_mt7621-eval-board.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_mikrotik_routerboard-750gr3.dts ramips/mt7621: mikrotik: don't use mtd-mac-address in DTS 2020-05-08 15:17:18 +02:00
mt7621_mikrotik_routerboard-m11g.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_mikrotik_routerboard-m33g.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_mqmaker_witi.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_mtc_wr1201.dts ramips: correct MTC WR1201 LAN ports names 2020-04-04 14:56:14 +08:00
mt7621_netgear_ex6150.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_r6220.dts ramips: reorganize NETGEAR sercomm boards 2019-11-24 23:17:20 +01:00
mt7621_netgear_r6260.dts Revert "ramips: fix NETGEAR R6260 EEPROM offset" 2020-01-30 12:39:27 +01:00
mt7621_netgear_r6350.dts Revert "ramips: fix NETGEAR R6260 EEPROM offset" 2020-01-30 12:39:27 +01:00
mt7621_netgear_r6700-v2.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_r6800.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_r6850.dts Revert "ramips: fix NETGEAR R6260 EEPROM offset" 2020-01-30 12:39:27 +01:00
mt7621_netgear_sercomm_ayx.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_sercomm_bzv.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_sercomm_chj.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_wndr3700-v5.dts ramips: reorganize NETGEAR sercomm boards 2019-11-24 23:17:20 +01:00
mt7621_netis_wf2881.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_phicomm_k2p.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_planex_vr500.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_samknows_whitebox-v8.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_storylink_sap-g3200u3.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_telco-electronics_x1.dts ramips: mt7621 remove unused pinctrl groups in dts 2020-04-04 14:52:12 +08:00
mt7621_thunder_timecloud.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_totolink_a7000r.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_tplink_re350-v1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_tplink_re650-v1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_ubnt_edgerouter-x-sfp.dts ramips: enable SFP port for Ubiquiti ER-X-SFP 2020-04-25 23:48:45 +02:00
mt7621_ubnt_edgerouter-x.dts ramips: mt7621: tidy up names for Ubiquiti devices 2020-04-12 13:25:42 +02:00
mt7621_ubnt_edgerouter-x.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_ubnt_unifi-nanohd.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_unielec_u7621-06-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_unielec_u7621-06-64m.dts ramips: remove redundant includes in DTS files 2020-02-22 19:26:17 +01:00
mt7621_unielec_u7621-06.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_wevo_11acnas.dts ramips: mt7621: convert GPIO dts refs 2020-04-04 14:13:05 +08:00
mt7621_wevo_w2914ns-v2.dts ramips: mt7621: convert GPIO dts refs 2020-04-04 14:13:05 +08:00
mt7621_wevo_w2914ns-v2.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_xiaomi_mir3g-v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_xiaomi_mir3g.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_xiaomi_mir3p.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_xiaoyu_xy-c5.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_xzwifi_creativebox-v1.dts ramips: enable broken-flash-reset for some 32M flash boards 2020-04-12 22:27:17 +08:00
mt7621_youhua_wr1200js.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_youku_yk-l2.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_zbtlink_zbt-we1326.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_zbtlink_zbt-we3526.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_zbtlink_zbt-wg2626.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_zbtlink_zbt-wg3526-16m.dts ramips: harmonize device vendor Zbtlink 2019-09-29 00:08:20 +02:00
mt7621_zbtlink_zbt-wg3526-32m.dts ramips: harmonize device vendor Zbtlink 2019-09-29 00:08:20 +02:00
mt7621_zbtlink_zbt-wg3526.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_zio_freezio.dts ramips: mt7621: convert GPIO dts refs 2020-04-04 14:13:05 +08:00
mt7621.dtsi ramips: mt7621: backport more pcie driver fixes 2020-04-18 13:06:48 +08:00
mt7628an_alfa-network_awusfree1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_buffalo_wcr-1166ds.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_cudy_wr1000.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_d-team_pbr-d1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_duzun_dm06.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_glinet_gl-mt300n-v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_glinet_microuter-n300.dts ramips: add support for GL.iNet microuter-N300 2020-01-29 15:10:54 +01:00
mt7628an_glinet_vixmini_microuter.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_glinet_vixmini.dts ramips: add support for GL.iNet microuter-N300 2020-01-29 15:10:54 +01:00
mt7628an_hilink_hlk-7628n.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_hiwifi_hc5x61a.dtsi ramips: mt7628: update dts for upstream gpio-mt7621 driver 2020-04-12 22:27:18 +08:00
mt7628an_hiwifi_hc5661a.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_hiwifi_hc5761a.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_hiwifi_hc5861b.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_iptime_a3.dts ramips: mt7628: update dts for upstream gpio-mt7621 driver 2020-04-12 22:27:18 +08:00
mt7628an_iptime_a604m.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_iptime.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_mediatek_linkit-smart-7688.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_mediatek_mt7628an-eval-board.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_mercury_mac1200r-v2.dts ramips: dts: fix incorrect flash reg property 2020-05-09 14:49:33 +02:00
mt7628an_netgear_r6120.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_onion_omega2.dts ramips: dts: drop memory nodes 2019-07-11 22:11:21 +08:00
mt7628an_onion_omega2.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_onion_omega2p.dts ramips: dts: drop memory nodes 2019-07-11 22:11:21 +08:00
mt7628an_rakwireless_rak633.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_skylab_skw92a.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tama_w06.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_totolink_a3.dts ramips: mt7628: update dts for upstream gpio-mt7621 driver 2020-04-12 22:27:18 +08:00
mt7628an_totolink_lr1200.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_tplink_8m-split-uboot.dtsi ramips: move includes to DTSI for mt7628an_tplink_8m* 2020-02-22 19:33:41 +01:00
mt7628an_tplink_8m.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_tplink_archer-c20-v4.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_archer-c20-v5.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_archer-c50-v3.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_archer-c50-v4.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_re200-v2.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_re200.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_tplink_re305-v1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-mr3020-v3.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_tplink_tl-mr3420-v5.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wa801nd-v5.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr802n-v4.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr840n-v4.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr840n-v5.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_tplink_tl-wr841n-v13.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr841n-v14.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr842n-v5.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr902ac-v3.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_unielec_u7628-01-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_unielec_u7628-01.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_vocore_vocore2-lite.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_vocore_vocore2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_vocore_vocore2.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_wavlink_wl-wn570ha1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_wavlink_wl-wn575a3.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_widora_neo-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_widora_neo-32m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_widora_neo.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_wiznet_wizfi630s.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_wrtnode_wrtnode2.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_wrtnode_wrtnode2p.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_wrtnode_wrtnode2r.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_xiaomi_mir4a-100m.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_xiaomi_miwifi-nano.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_zbtlink_zbt-we1226.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_zyxel_keenetic-extra-ii.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt2880_airlink101_ar670w.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_airlink101_ar725w.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_asus_rt-n15.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_belkin_f5d8235-v1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_buffalo_wli-tx4-ag300n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_buffalo_wzr-agl300nh.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_dlink_dap-1522-a1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_ralink_v11st-fe.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt3050_8devices_carambola.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_allnet_all0256n-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_allnet_all0256n-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_allnet_all0256n.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt3050_alphanetworks_asl26555-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_alphanetworks_asl26555-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_alphanetworks_asl26555.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt3050_arcwireless_freestation5.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_asus_rt-g32-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_asus_rt-n10-plus.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_asus_wl-330n3g.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_asus_wl-330n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_dlink_dcs-930.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_dlink_dir-300-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_dlink_dir-600-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_dlink_dir-615-d.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_dlink_dir-620-a1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_edimax_3g-6200n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_edimax_3g-6200nl.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_huawei_d105.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_jcg_jhr-n805r.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_netcore_nw718.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_sparklan_wcr-150gn.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_teltonika_rut5xx.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_tenda_w150m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_trendnet_tew-638apb-v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt3052_accton_wr6202.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_alfa-network_w502u.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_argus_atp-52b.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_asiarf_awapn2403.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_asus_rt-n13u.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_aximcom_mr-102n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_aztech_hw550-3g.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_belkin_f5d8235-v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_buffalo_whr-g300n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_dlink_dap-1350.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_engenius_esr-9753.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_fon_fonera-20n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_hauppauge_broadway.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_huawei_hg255d.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_jcg_jhr-n825r.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_jcg_jhr-n926r.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_mofinetwork_mofi3500-3gn.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_netgear_wnce2001.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_nexaira_bc2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_omnima_miniembwifi.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_petatel_psr-680w.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_planex_mzk-w300nh2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_planex_mzk-wdpr.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_poray_ip2202.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_prolink_pwh2004.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_ralink_v22rw-2x2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_sitecom_wl-351.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_skyline_sl-r7205.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_tenda_3g300m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_tenda_w306r-v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_unbranded_wr512-3gn-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_unbranded_wr512-3gn-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_unbranded_wr512-3gn.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt3052_unbranded_xdx-rn502j.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_upvel_ur-326n4g.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_upvel_ur-336un.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_zyxel_keenetic.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_zyxel_nbg-419n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3352_allnet_all5002.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3352_dlink_dir-615-h1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3352_dlink_dir-620-d1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3352_zyxel_nbg-419n-v2.dts ramips: dts: fix incorrect flash reg property 2020-05-09 14:49:33 +02:00
rt3352.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt3662_asus_rt-n56u.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3662_dlink_dir-645.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3662_edimax_br-6475nd.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3662_loewe_wmdr-143n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3662_omnima_hpm.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3662_samsung_cy-swr1100.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3883_belkin_f9k110x.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt3883_belkin_f9k1109v1.dts ramips: add DTS triggers to USB LEDs for F9K1109v1 2020-04-06 09:57:28 +02:00
rt3883_sitecom_wlr-6000.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3883_trendnet_tew-691gr.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3883_trendnet_tew-692gr.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3883.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt5350_7links_px-4885-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_7links_px-4885-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_7links_px-4885.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_airlive_air3gii.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_allnet_all5003.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_asiarf_awm002-evb-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_asiarf_awm002-evb-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_asiarf_awm002-evb.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_belkin_f7c027.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_dlink_dcs-930l-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_dlink_dir-300-b7.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_dlink_dir-320-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_dlink_dir-610-a1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_dlink_dwr-512-b.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt5350_easyacc_wizard-8800.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_hame_mpr-a1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_hame_mpr-a2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_hilink_hlk-rm04.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_hootoo_ht-tm02.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_intenso_memory2move.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_nexx_wt1520-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_nexx_wt1520-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_nexx_wt1520.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_nixcore_x1-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_nixcore_x1-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_nixcore_x1.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_olimex_rt5350f-olinuxino-evb.dts ramips/rt305x: Name DTS files based on scheme 2019-07-10 17:36:29 +02:00
rt5350_olimex_rt5350f-olinuxino.dts ramips/rt305x: Name DTS files based on scheme 2019-07-10 17:36:29 +02:00
rt5350_olimex_rt5350f-olinuxino.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_omnima_miniembplug.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_planex_mzk-dp150n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_poray_m3.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_poray_m4-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_poray_m4-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_poray_m4.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_poray_x5.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_poray_x8.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_tenda_3g150b.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_trendnet_tew-714tru.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_unbranded_a5-v11.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_vocore_vocore-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_vocore_vocore-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_vocore_vocore.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_wansview_ncs601w.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_wiznet_wizfi630a.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_zorlik_zl5900v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_zyxel_keenetic-start.dts ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00