immortalwrt/target/linux/ramips/dts
Liangkuan Yang a49f023eb7
ramips: add support for RAISECOM MSG1500 X.00
RAISECOM MSG1500 X.00 is a 2.4/5 GHz band 11ac (Wi-Fi 5) router.
Apart from the general model, there are two ISP customized models:
China Mobile and China Telecom.

Specifications:

- SoC: Mediatek MT7621AT
- RAM: 256MiB DDR3
- Flash: 128MiB NAND
- Ethernet: 5 * 10/100/1000Mbps: 4 * LAN + 1 * WAN
  - Switch: MediaTek MT7530 (SoC)
- WLAN: 1 * MT7615DN Dual-Band 2.4GHz 2T2R (400Mbps) 5GHz 2T2R (867Mbps)
- USB: 1 * USB 2.0 port
- Button: 1 * RESET button, 1 * WPS button, 1 * WIFI button
- LED: blue color: POWER, WAN, WPS, 2.4G, 5G, LAN1, LAN2, LAN3, LAN4, USB
- UART: 1 * serial port header (4-pin)
- Power: DC 12V, 1A
  - Switch: 1 * POWER switch

MAC addresses as verified by vendor firmware:

use   address             source
LAN   C8:XX:XX:3A:XX:E7   Config   "protest_lan_mac"  ascii  (label)
WAN   C8:XX:XX:3A:XX:EA   Config   "protest_wan_mac"  ascii
5G    C8:XX:XX:3A:XX:E8   Factory  "0x4"              hex
2.4G  CA:XX:XX:4A:XX:E8   [not on flash]

The increment of the 4th byte for the 2.4g address appears to vary.
Reported cases:

       5g                 2.4g         increment
 C8:XX:XX:90:XX:C3  CA:XX:XX:C0:XX:C3  0x30
 C8:XX:XX:3A:XX:08  CA:XX:XX:4A:XX:08  0x10
 C8:XX:XX:3A:XX:E8  CA:XX:XX:4A:XX:E8  0x10

Since increment is inconsistent and there is no obvious pattern
in swapping bytes, and the 2.4g address has local bit set anyway,
it seems safer to use the LAN address with flipped byte here in
order to prevent collisions between OpenWrt devices and OEM devices
for this interface. This way we at least use an address as base
that is definitely owned by the device at hand.

Notes:

1. The vendor firmware allows you to connect to the router by telnet.
   (known version 1.0.0 can open telnet.)
   There is no official binary firmware available.
   Backup the important partitions data:
   "Bootloader", "Config", "Factory", and "firmware".
   Note that with the vendor firmware the memory is detected only 128MiB
   and the last 512KiB in NAND flash is not used.

2. The POWER LED is default on after press POWER switch.
   The WAN and LAN1 - 4 LEDs are wired to ethernet switch.
   The WPS LED is controlled by MT7615DN's GPIO.
   Currently there is no proper way to configure it.

3. At the time of adding support the wireless config needs to be set up
   by editing the wireless config file:

 * Setting the country code is mandatory, otherwise the router loses
   connectivity at the next reboot. This is mandatory and can be done
   from luci. After setting the country code the router boots correctly.
   A reset with the reset button will fix the issue and the user has to
   reconfigure.

 * This is minor since the 5g interface does not come up online although
   it is not set as disabled. 2 options here:

   1- Either run the "wifi" command. Can be added from LuCI in system -
      startup - local startup and just add wifi above "exit 0".

   2- Or add the serialize option in the wireless config file as shown
      below. This one would work and bring both interfaces automatically
      at every boot:

      config wifi-device 'radio0'
          option serialize '1'

      config wifi-device 'radio1'
          option serialize '1'

Flash instructions using initramfs image:

1. Press POWER switch to power down if the router is running.

2. Connect PC to one of LAN ports, and set
   static IP address to "10.10.10.2", netmask to "255.255.255.0",
   and gateway to "10.10.10.1" manually on the PC.

3. Push and hold the WIFI button, and then power up the router.
   After about 10s (or you can call the recovery page, see "4" below)
   you can release the WIFI button.
   There is no clear indication when the router
   is entering or has entered into "RAISECOM Router Recovery Mode".

4. Call the recovery page for the router at "http://10.10.10.1".
   Keep an eye on the "WARNING!! tip" of the recovery page.
   Click "Choose File" to select initramfs image, then click "Upload".

5. If image is uploaded successfully, you will see the page display
   "Device is upgrading the firmware... %".
   Keep an eye on the "WARNING!! tip" of the recovery page.
   When the page display "Upgrade Successfully",
   you can set IP address as "automatically obtain".

6. After the rebooting (PC should automatically obtain an IP address),
   open the SSH connection, then download the sysupgrade image
   to the router and perform sysupgrade with it.

Flash back to vendor firmware:

 See "Flash instructions 1 - 5" above.
 The only difference is that in step 4
 you should select the vendor firmware which you backup.

Signed-off-by: Liangkuan Yang <ylk951207@gmail.com>
(cherry picked from commit bc7d36ba3a)
2023-02-26 17:55:30 +08:00
..
mt7620a_aigale_ai-br100.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_alfa-network_ac1200rm.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_alfa-network_r36m-e4g.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_alfa-network_tube-e4g.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_asus_rp-n53.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_asus_rt-ac5x.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_asus_rt-ac51u.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_asus_rt-ac54u.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_bdcom_wap2100-sk.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
mt7620a_buffalo_whr-300hp2.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_buffalo_whr-600d.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_buffalo_whr-1166d.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_cameo_810.dtsi mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_dlink_dch-m225.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_dlink_dir-510l.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_dlink_dir-810l.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_dlink_dwr-118-a1.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_dlink_dwr-118-a2.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_dlink_dwr-960.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_dovado_tiny-ac.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_edimax_br-6478ac-v2.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_edimax_ew-747x.dtsi ramips: mt7620: move mt7620_mdio_mode() to ethernet driver 2022-04-19 14:48:21 +02:00
mt7620a_edimax_ew-7476rpc.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_edimax_ew-7478ac.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_edimax_ew-7478apc.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_engenius_esr600.dts ramips: mt7620: move mt7620_mdio_mode() to ethernet driver 2022-04-19 14:48:21 +02:00
mt7620a_fon_fon2601.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_glinet_gl-mt300a.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
mt7620a_glinet_gl-mt300n.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
mt7620a_glinet_gl-mt750.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
mt7620a_head-weblink_hdrm200.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_hiwifi_hc5x61.dtsi mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_hiwifi_hc5661.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_hiwifi_hc5761.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_hiwifi_hc5861.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_hnet_c108.dts ramips: replace full-text licenses by SPDX identifier 2021-02-05 18:18:00 +01:00
mt7620a_iodata_wn-ac733gr3.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_iodata_wn-ac1167gr.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_iptime_a104ns.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_iptime_a1004ns.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_iptime.dtsi Revert "ramips: increase spi-max-frequency for ipTIME mt7620 devices" 2022-02-27 21:40:32 +09:00
mt7620a_kimax_u25awf-h1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_lava_lr-25g001.dts ramips: mt7620: move mt7620_mdio_mode() to ethernet driver 2022-04-19 14:48:21 +02:00
mt7620a_lb-link_bl-w1200.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_lenovo_newifi-y1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_lenovo_newifi-y1.dtsi mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_lenovo_newifi-y1s.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_linksys_e1700.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_microduino_microwrt.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
mt7620a_netgear_ex3x00_ex61xx.dtsi ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
mt7620a_netgear_ex2700_wn3000rp-v3.dtsi ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7620a_netgear_ex2700.dts ramips: replace full-text licenses by SPDX identifier 2021-02-05 18:18:00 +01:00
mt7620a_netgear_ex3700.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_netgear_ex6120.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_netgear_ex6130.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_netgear_wn3000rp-v3.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_netis_wf2770.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_ohyeah_oy-0001.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_phicomm_k2g.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_phicomm_psg1208.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_phicomm_psg1218.dtsi ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
mt7620a_phicomm_psg1218a.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_phicomm_psg1218b.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_planex_cs-qr10.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_planex_db-wrt01.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_planex_mzk-750dhp.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_planex_mzk-ex300np.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_planex_mzk-ex750np.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_ralink_mt7620a-evb.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_ralink_mt7620a-mt7530-evb.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_ralink_mt7620a-mt7610e-evb.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_ralink_mt7620a-v22sg-evb.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_sanlinking_d240.dts ramips: replace full-text licenses by SPDX identifier 2021-02-05 18:18:00 +01:00
mt7620a_sercomm_na930.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_sitecom_wlr-4100-v1-002.dts ramips: add support for Sitecom WLR-4100 v1 002 2022-08-28 08:09:15 +02:00
mt7620a_tplink_archer-c2-v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_tplink_archer-c20-v1.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_tplink_archer-c20i.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_tplink_archer-c50-v1.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_tplink_archer-mr200.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_tplink_archer.dtsi ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +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: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_tplink_re210-v1.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_trendnet_tew-810dr.dts treewide: add space before SPDX identifier 2020-11-25 19:34:13 +01:00
mt7620a_wavlink_wl-wn530hg4.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_wavlink_wl-wn579x3.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a_xiaomi_miwifi-mini.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_youku_yk-l1.dts ramips: split Youku YK1 to YK-L1 and YK-L1c 2022-04-19 14:48:21 +02:00
mt7620a_youku_yk-l1.dtsi ramips: improve compatibility for Youku YK-L2 and YK-L1 series 2022-11-17 18:08:43 +08:00
mt7620a_youku_yk-l1c.dts ramips: split Youku YK1 to YK-L1 and YK-L1c 2022-04-19 14:48:21 +02:00
mt7620a_yukai_bocco.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_zbtlink_zbt-ape522ii.dts mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620a_zbtlink_zbt-we826-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7620a_zbtlink_zbt-we826-32m.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7620a_zbtlink_zbt-we826-e.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7620a_zbtlink_zbt-we826.dtsi ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
mt7620a_zbtlink_zbt-we1026-5g-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7620a_zbtlink_zbt-we1026-5g.dtsi rampis: feed zbt-we1026 external watchdog 2022-09-24 18:04:06 +02:00
mt7620a_zbtlink_zbt-we1026-h-32m.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7620a_zbtlink_zbt-we1026-h.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620a_zbtlink_zbt-we1026.dtsi ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7620a_zte_q7.dts ramips: mt7620: simplify DTS properties for GMAC 2022-04-19 14:48:21 +02:00
mt7620a_zyxel_keenetic-viva.dts ramips: mt7620: use DTS to set PHY base address for external PHYs 2022-04-19 14:48:21 +02:00
mt7620a.dtsi mac80211: rt2x00: experimental improvements for MT7620 wifi 2022-09-16 15:42:34 +08:00
mt7620n_asus_rt-n12p.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_asus_rt-n14u.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_buffalo_wmr-300.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_comfast_cf-wr800n.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
mt7620n_dlink_dwr-116-a1.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
mt7620n_dlink_dwr-921-c1.dts ramips: mt7620: remove useless GMAC nodes 2022-04-19 14:48:21 +02:00
mt7620n_dlink_dwr-922-e2.dts ramips: mt7620: remove useless GMAC nodes 2022-04-19 14:48:21 +02:00
mt7620n_elecom_wrh-300cr.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
mt7620n_hootoo_ht-tm05.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_kimax_u35wf.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_kingston_mlw221.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
mt7620n_kingston_mlwg2.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
mt7620n_netgear_jwnr2010-v5.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_netgear_n300.dtsi ramips: add support for Netgear JWNR2010 v5 2020-08-06 16:56:07 +02:00
mt7620n_nexx_wt3020-4m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7620n_nexx_wt3020-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7620n_nexx_wt3020.dtsi ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
mt7620n_ravpower_rp-wd03.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_sunvalley_filehub.dtsi kernel: mtdsplit_uimage: replace "openwrt, okli" parser 2021-01-22 21:03:11 +01:00
mt7620n_vonets_var11n-300.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
mt7620n_wrtnode_wrtnode.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
mt7620n_zbtlink_zbt-cpe102.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
mt7620n_zbtlink_zbt-wa05.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
mt7620n_zbtlink_zbt-we2026.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_zbtlink_zbt-wr8305rt.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_zyxel_keenetic-omni-ii.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n_zyxel_keenetic-omni.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7620n.dtsi ramips: mt7620: remove useless GMAC nodes 2022-04-19 14:48:21 +02:00
mt7621_adslr_g7.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_afoundry_ew1200.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_alfa-network_quad-e4g.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_ampedwireless_ally-00x19k.dts ramips: add support for Amped Wireless ALLY router and extender 2021-06-10 17:09:35 +02:00
mt7621_ampedwireless_ally-r1900k.dts ramips: add support for Amped Wireless ALLY router and extender 2021-06-10 17:09:35 +02:00
mt7621_ampedwireless_ally.dtsi ramips: add support for Amped Wireless ALLY router and extender 2021-06-10 17:09:35 +02:00
mt7621_asiarf_ap7621-001.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_asiarf_ap7621-nv1.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_asiarf_ap7621.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_asus_rt-ac57u.dts ramips: fix RT-AC57U button level 2022-06-18 22:15:38 +02:00
mt7621_asus_rt-ac65p.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_asus_rt-ac85p.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_asus_rt-acx5p.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_asus_rt-n56u-b1.dts ramips: add support for ASUS RT-N56U B1 2020-11-28 20:51:50 +01:00
mt7621_buffalo_wsr-600dhp.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_buffalo_wsr-1166dhp.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_buffalo_wsr-2533dhpl.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_cudy_wr1300.dts ramips: add support for Cudy WR1300 2021-02-09 13:58:18 +01:00
mt7621_cudy_wr2100.dts ramips: add support for cudy WR2100 2021-06-10 17:09:35 +02:00
mt7621_d-team_newifi-d2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_d-team_pbr-m1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_dlink_dir-8xx-a1.dtsi kernel: mtdsplit_uimage: replace "fonfxc" and "sge" parsers 2021-01-22 21:03:11 +01:00
mt7621_dlink_dir-8xx-r1.dtsi ramips: add support for D-Link DIR-882 R1 2020-12-22 19:11:50 +01:00
mt7621_dlink_dir-8xx-x1.dtsi ramips: add support for D-Link DIR-882 R1 2020-12-22 19:11:50 +01:00
mt7621_dlink_dir-860l-b1.dts ramips: overwrite reset gpio properties in DIR-860L DTS 2021-02-24 20:23:52 +01:00
mt7621_dlink_dir-867-a1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_dlink_dir-878-a1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_dlink_dir-882-a1.dts ramips: add support for D-Link DIR-882 R1 2020-12-22 19:11:50 +01:00
mt7621_dlink_dir-882-r1.dts ramips: add support for D-Link DIR-882 R1 2020-12-22 19:11:50 +01:00
mt7621_dlink_dir-882-x1.dtsi ramips: add support for D-Link DIR-882 R1 2020-12-22 19:11:50 +01:00
mt7621_dlink_dir-1960-a1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_dlink_dir-2640-a1.dts ramips: add support for D-Link DIR-2640 A1 2020-11-11 17:35:10 +01:00
mt7621_dlink_dir-2660-a1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_dlink_dir-xx60-a1.dtsi kernel: mtdsplit_uimage: replace "fonfxc" and "sge" parsers 2021-01-22 21:03:11 +01:00
mt7621_edimax_ra21s.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_edimax_re23s.dts kernel: mtdsplit_uimage: replace "edimax, uimage" parser 2021-01-22 21:03:11 +01:00
mt7621_edimax_rg21s.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_edimax_rx21s.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_elecom_wrc-1167ghbk2-s.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_elecom_wrc-1167gs2-b.dts ramips: add support for ELECOM WRC-1167GS2-B 2020-12-22 21:44:57 +01:00
mt7621_elecom_wrc-1167gst2.dts ramips: add support for ELECOM WRC-1167GST2 2020-12-22 21:44:57 +01:00
mt7621_elecom_wrc-1750gs.dts ramips: mt7621: create DTSI for ELECOM WRC GS devices with 2 PCI 2020-12-22 21:44:57 +01:00
mt7621_elecom_wrc-1750gst2.dts ramips: add support for ELECOM WRC-1750GST2 2021-03-22 21:07:34 +01:00
mt7621_elecom_wrc-1750gsv.dts ramips: mt7621: create DTSI for ELECOM WRC GS devices with 2 PCI 2020-12-22 21:44:57 +01:00
mt7621_elecom_wrc-1900gst.dts ramips: mt7621: create DTSI for ELECOM WRC GS devices with 2 PCI 2020-12-22 21:44:57 +01:00
mt7621_elecom_wrc-2533ghbk-i.dts ramips: add support for ELECOM WRC-2533GHBK-I 2021-01-29 15:32:07 +01:00
mt7621_elecom_wrc-2533gst2.dts ramips: mt7621: create DTSI for ELECOM WRC GS devices with 2 PCI 2020-12-22 21:44:57 +01:00
mt7621_elecom_wrc-2533gst.dts ramips: mt7621: create DTSI for ELECOM WRC GS devices with 2 PCI 2020-12-22 21:44:57 +01:00
mt7621_elecom_wrc-gs-1pci.dtsi ramips: add support for ELECOM WRC-1167GS2-B 2020-12-22 21:44:57 +01:00
mt7621_elecom_wrc-gs-2pci.dtsi ramips: mt7621: create DTSI for ELECOM WRC GS devices with 2 PCI 2020-12-22 21:44:57 +01:00
mt7621_elecom_wrc-gs.dtsi ramips: add support for ELECOM WRC-1167GS2-B 2020-12-22 21:44:57 +01:00
mt7621_firefly_firewrt.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_gehua_ghl-r-001.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_glinet_gl-mt1300.dts ramips: gl-mt1300: downclock SPI to 50MHz 2022-11-17 18:06:54 +08:00
mt7621_gnubee_gb-pc1.dts ramips: fix GB-PC1 and GB-PC2 LEDs 2022-11-27 16:27:52 +01:00
mt7621_gnubee_gb-pc2.dts ramips: mt7621-dts: revert nvmem implementation to mtd-mac-address 2022-12-01 19:26:05 +08:00
mt7621_h3c_tx180x.dtsi ramips: improve support for H3C TX180x series devices 2023-02-23 11:00:09 +08:00
mt7621_h3c_tx1800-plus.dts ramips: add support for H3C TX1800 Plus / TX1801 Plus / TX1806 2023-01-09 14:43:31 +08:00
mt7621_h3c_tx1801-plus.dts ramips: add support for H3C TX1800 Plus / TX1801 Plus / TX1806 2023-01-09 14:43:31 +08:00
mt7621_h3c_tx1806.dts ramips: add support for H3C TX1800 Plus / TX1801 Plus / TX1806 2023-01-09 14:43:31 +08:00
mt7621_hiwifi_hc5962.dts treewide: use more descriptive names for concatenated partitions 2020-12-27 20:33:45 +01:00
mt7621_iodata_wn-ax1167gr2.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_iodata_wn-ax1167gr.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_iodata_wn-ax2033gr.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_iodata_wn-dx1167r.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_iodata_wn-dx1200gr.dts ramips: add support for I-O DATA WN-DX1200GR 2021-02-07 21:58:51 +01:00
mt7621_iodata_wn-gx300gr.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_iodata_wn-xx-xr.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_iodata_wnpr2600g.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_iptime_a6ns-m.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_iptime_a8004t.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_jcg_jhr-ac876m.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_jcg_q20.dts ramips: disable unsupported background radar detection 2023-02-19 11:55:40 +08:00
mt7621_jcg_y2.dts ramips: add support for JCG Y2 2021-02-09 13:10:33 +01:00
mt7621_jdcloud_re-sp-01b.dts ramips: add JD-Cloud router support 2022-08-21 02:01:45 +08:00
mt7621_lenovo_newifi-d1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_linksys_e5600.dts ramips: add support for Linksys E5600 2021-06-10 17:09:35 +02:00
mt7621_linksys_ea7xxx.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_linksys_ea7300-v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_linksys_ea7300-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_linksys_ea7500-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_linksys_ea8100-v1.dts ramips: add support for Linksys EA8100 v1 2021-06-10 17:09:35 +02:00
mt7621_linksys_re6500.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_mediatek_ap-mt7621a-v60.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_mediatek_mt7621-eval-board.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_mikrotik_routerboard-7xx.dtsi ramips: add support for MikroTik RouterBOARD 760iGS (hEX S) 2020-08-13 12:47:45 +02:00
mt7621_mikrotik_routerboard-750gr3.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_mikrotik_routerboard-760igs.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_mikrotik_routerboard-m11g.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_mikrotik_routerboard-m33g.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_mikrotik.dtsi ramips/mt7621: create common DTSI for Mikrotik devices 2020-08-13 12:47:45 +02:00
mt7621_mqmaker_witi.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_mtc_wr1201.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_ex6150.dts ramips: overwrite reset gpio properties in EX6150 DTS 2021-02-20 09:39:58 +01:00
mt7621_netgear_r6220.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6260.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6350.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6700-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6800.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6850.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_r6900-v2.dts ramips: add support for Netgear R6900v2 2023-02-14 03:35:03 +08:00
mt7621_netgear_r7200.dts ramips: make Netgear R7200 a separate device from R6700v2 2023-02-14 03:34:38 +08:00
mt7621_netgear_sercomm_ayx.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_sercomm_bzv.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_sercomm_chj.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_wac104.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_wac124.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netgear_wndr3700-v5.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_netis_wf2881.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_phicomm_k2p.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_planex_vr500.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_raisecom_msg1500-x-00.dts ramips: add support for RAISECOM MSG1500 X.00 2023-02-26 17:55:30 +08:00
mt7621_samknows_whitebox-v8.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_sercomm_na502.dts ramips: Add support for SERCOMM NA502 2021-06-10 17:09:35 +02:00
mt7621_storylink_sap-g3200u3.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_telco-electronics_x1.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
mt7621_thunder_timecloud.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_totolink_a7000r.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_totolink_x5000r.dts ramips: disable unsupported background radar detection 2023-02-19 11:55:40 +08:00
mt7621_tplink_archer-a6-v3.dts ramips: add support for TP-Link Archer A6 v3 2021-06-10 17:09:35 +02:00
mt7621_tplink_archer-c6u-v1.dts ramips: add support for TP-Link Archer C6U v1 (EU) 2021-06-10 17:09:35 +02:00
mt7621_tplink_eap235-wall-v1.dts ramips: mt7621: add TP-Link EAP235-Wall support 2021-02-19 20:09:28 +01:00
mt7621_tplink_re350-v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_tplink_re500-v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_tplink_re650-v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_tplink_rexx0-v1.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_ubnt_edgerouter-x-sfp.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_ubnt_edgerouter-x.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_ubnt_edgerouter-x.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_ubnt_unifi-6-lite.dts ramips: disable unsupported background radar detection 2023-02-19 11:55:40 +08:00
mt7621_ubnt_unifi-nanohd.dts ramips: remove obsolete mx25l25635f compatible hack 2022-04-19 14:48:21 +02:00
mt7621_ubnt_unifi.dtsi ramips: add support for Ubiquiti UniFi 6 Lite 2021-01-05 16:25:13 +01:00
mt7621_unielec_u7621-01-16m.dts ramips: add support for UniElec U7621-01 2021-02-05 17:31:51 +01:00
mt7621_unielec_u7621-01.dtsi ramips: add support for UniElec U7621-01 2021-02-05 17:31:51 +01:00
mt7621_unielec_u7621-06-16m.dts ramips: replace full-text licenses by SPDX identifier 2021-02-05 18:18:00 +01:00
mt7621_unielec_u7621-06-64m.dts ramips: replace full-text licenses by SPDX identifier 2021-02-05 18:18:00 +01:00
mt7621_unielec_u7621-06.dtsi ramips: replace full-text licenses by SPDX identifier 2021-02-05 18:18:00 +01:00
mt7621_wavlink_wl-wn531a6.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_wevo_11acnas.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_wevo_w2914ns-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_wevo_w2914ns-v2.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_winstars_ws-wn583a6.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_xiaomi_mi-router-3-pro.dts ramips: fix LAN LED trigger assignment for Xiaomi Router 3 Pro 2021-06-12 11:01:43 +02:00
mt7621_xiaomi_mi-router-3g-v2.dts ramips: use full names for Xiaomi Mi Router devices 2020-12-08 17:18:57 +01:00
mt7621_xiaomi_mi-router-3g.dts ramips: mt7621: create DTSI for Xiaomi NAND devices 2021-01-21 22:52:02 +01:00
mt7621_xiaomi_mi-router-4.dts ramips: fix port labels for Xiaomi Mi Router 4 2021-01-21 22:56:43 +01:00
mt7621_xiaomi_mi-router-4a-3g-v2.dtsi ramips: mt7621: add support for Xiaomi Mi Router 4A Gigabit v2 2023-01-29 23:20:15 +08:00
mt7621_xiaomi_mi-router-4a-common.dtsi ramips: mt7621: add support for Xiaomi Mi Router 4A Gigabit v2 2023-01-29 23:20:15 +08:00
mt7621_xiaomi_mi-router-4a-gigabit-v2.dts ramips: mt7621: add support for Xiaomi Mi Router 4A Gigabit v2 2023-01-29 23:20:15 +08:00
mt7621_xiaomi_mi-router-4a-gigabit.dts ramips: add Xiaomi Mi Router 4A Gigabit explicitly 2020-11-12 17:18:26 +01:00
mt7621_xiaomi_mi-router-ac2100.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_xiaomi_mi-router-cr660x.dtsi ramips: disable unsupported background radar detection 2023-02-19 11:55:40 +08:00
mt7621_xiaomi_mi-router-cr6606.dts ramips: add support for Xiaomi Mi Router CR660x series 2022-08-30 10:45:30 +08:00
mt7621_xiaomi_mi-router-cr6608.dts ramips: add support for Xiaomi Mi Router CR660x series 2022-08-30 10:45:30 +08:00
mt7621_xiaomi_mi-router-cr6609.dts ramips: add support for Xiaomi Mi Router CR660x series 2022-08-30 10:45:30 +08:00
mt7621_xiaomi_nand_128m.dtsi ramips: mt7621: create DTSI for Xiaomi NAND devices 2021-01-21 22:52:02 +01:00
mt7621_xiaomi_redmi-router-ac2100.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_xiaomi_router-ac2100.dtsi ramips: mt7621: create DTSI for Xiaomi NAND devices 2021-01-21 22:52:02 +01:00
mt7621_xiaoyu_xy-c5.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7621_xzwifi_creativebox-v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_youhua_wr1200js.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_youku_yk-l2.dts ramips: improve compatibility for Youku YK-L2 and YK-L1 series 2022-11-17 18:08:43 +08:00
mt7621_yuncore_ax820.dts ramips: disable unsupported background radar detection 2023-02-19 11:55:40 +08:00
mt7621_zbtlink_zbt-we1326.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_zbtlink_zbt-we3526.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_zbtlink_zbt-wg2626.dts ramips: zbt-wg2626: Add the reset gpio for PCIe port 1 2022-05-01 11:25:50 +08:00
mt7621_zbtlink_zbt-wg3526-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7621_zbtlink_zbt-wg3526-32m.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7621_zbtlink_zbt-wg3526.dtsi ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7621_zio_freezio.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621_zyxel_nr7101.dts ramips: mt7621: Add support for ZyXEL NR7101 2021-06-10 17:09:35 +02:00
mt7621_zyxel_wap6805.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7621.dtsi ramips: improve ramoops support 2023-02-25 20:04:26 +08:00
mt7628an_alfa-network_awusfree1.dts ramips: replace full-text licenses by SPDX identifier 2021-02-05 18:18:00 +01:00
mt7628an_asus_rt-n1x.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_asus_rt-n10p-v3.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_asus_rt-n11p-b1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_asus_rt-n12-vp-b1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_buffalo_wcr-1166ds.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_cudy_wr1000.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_d-team_pbr-d1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_duzun_dm06.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7628an_elecom_wrc-1167fs.dts ramips: add support for ELECOM WRC-1167FS 2021-02-11 16:37:53 +01:00
mt7628an_glinet_gl-mt300n-v2.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
mt7628an_glinet_microuter-n300.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_glinet_vixmini_microuter.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_glinet_vixmini.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_hak5_wifi-pineapple-mk7.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7628an_hilink_hlk-7628n.dts ramips: fix Ethernet random MAC address for HILINK HLK-7628N 2021-06-12 11:01:43 +02:00
mt7628an_hilink_hlk-7688a.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02: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: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_hiwifi_hc5761a.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_hiwifi_hc5861b.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_iptime_a3.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_iptime_a604m.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_iptime.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_jotale_js76x8-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7628an_jotale_js76x8-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7628an_jotale_js76x8-32m.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7628an_jotale_js76x8.dtsi ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7628an_mediatek_linkit-smart-7688.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_mediatek_mt7628an-eval-board.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7628an_mercury_mac1200r-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_minew_g1-c.dts ramips: minew g1-c: Allow dynamic RAM sizes 2021-11-01 15:35:25 +01:00
mt7628an_netgear_r6xxx.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_netgear_r6020.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_netgear_r6080.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_netgear_r6120.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_onion_omega2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_onion_omega2.dtsi ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7628an_onion_omega2p.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7628an_rakwireless_rak633.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_ravpower_rp-wd009.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
mt7628an_skylab_skw92a.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
mt7628an_tama_w06.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
mt7628an_totolink_a3.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_totolink_lr1200.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_tplink_8m-split-uboot.dtsi ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_8m.dtsi ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_archer-c20-v4.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_archer-c20-v5.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_archer-c50-v3.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_archer-c50-v4.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_re200-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_tplink_re200-v3.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_tplink_re200-v4.dts ramips: add support for TP-Link RE200 v4 2020-10-20 03:01:13 +02:00
mt7628an_tplink_re200.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_tplink_re220-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_tplink_re305-v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_tplink_tl-mr3020-v3.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
mt7628an_tplink_tl-mr3420-v5.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_tl-mr6400-v4.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_tl-mr6400-v5.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_tl-wa801nd-v5.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_tl-wr802n-v4.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_tl-wr840n-v4.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_tl-wr840n-v5.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_tplink_tl-wr841n-v13.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_tl-wr841n-v14.dts ramips: remove option to set WiFi LED via aliases 2020-10-02 14:51:57 +02:00
mt7628an_tplink_tl-wr842n-v5.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_tl-wr850n-v2.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_tplink_tl-wr902ac-v3.dts ramips: simplify status for ehci/ohci on mt7628 TP-Link devices 2020-12-07 14:22:00 +01:00
mt7628an_unielec_u7628-01-16m.dts ramips: replace full-text licenses by SPDX identifier 2021-02-05 18:18:00 +01:00
mt7628an_unielec_u7628-01.dtsi ramips: replace full-text licenses by SPDX identifier 2021-02-05 18:18:00 +01:00
mt7628an_vocore_vocore2-lite.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_vocore_vocore2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +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: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_wavlink_wl-wn575a3.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_wavlink_wl-wn577a2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_widora_neo-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
mt7628an_widora_neo-32m.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7628an_widora_neo.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_wiznet_wizfi630s.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7628an_wrtnode_wrtnode2.dtsi ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7628an_wrtnode_wrtnode2p.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_wrtnode_wrtnode2r.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_xiaomi_mi-router-4.dtsi ramips: mt7628: create shared DTSI for Xiaomi Mi Router 4A/4C 2020-12-08 15:39:00 +01:00
mt7628an_xiaomi_mi-router-4a-100m.dts ramips: use full names for Xiaomi Mi Router devices 2020-12-08 17:18:57 +01:00
mt7628an_xiaomi_mi-router-4c.dts ramips: mt7628: create shared DTSI for Xiaomi Mi Router 4A/4C 2020-12-08 15:39:00 +01:00
mt7628an_xiaomi_miwifi-nano.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_zbtlink_zbt-we1226.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
mt7628an_zyxel_keenetic-extra-ii.dts ramips: fix reboot for remaining 32 MB boards 2022-04-08 10:31:32 +02:00
mt7628an.dtsi ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt2880_airlink101_ar670w.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt2880_airlink101_ar725w.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt2880_asus_rt-n15.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt2880_belkin_f5d8235-v1.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt2880_buffalo_wli-tx4-ag300n.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt2880_buffalo_wzr-agl300nh.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt2880_dlink_dap-1522-a1.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt2880_ralink_v11st-fe.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt2880.dtsi ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3050_8devices_carambola.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3050_allnet_all0256n-4m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3050_allnet_all0256n-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3050_allnet_all0256n.dtsi ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt3050_alphanetworks_asl26555-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3050_alphanetworks_asl26555-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3050_alphanetworks_asl26555.dtsi ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt3050_arcwireless_freestation5.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_asus_rt-g32-b1.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3050_asus_rt-n10-plus.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_asus_wl-330n3g.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_asus_wl-330n.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_dlink_dcs-930.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_dlink_dir-300-b1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_dlink_dir-600-b1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_dlink_dir-615-d.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_dlink_dir-620-a1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_edimax_3g-6200n.dts kernel: mtdsplit_uimage: replace "edimax, uimage" parser 2021-01-22 21:03:11 +01:00
rt3050_edimax_3g-6200nl.dts kernel: mtdsplit_uimage: replace "edimax, uimage" parser 2021-01-22 21:03:11 +01:00
rt3050_huawei_d105.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_jcg_jhr-n805r.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_netcore_nw718.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_sparklan_wcr-150gn.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_teltonika_rut5xx.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_tenda_w150m.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050_trendnet_tew-638apb-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3050.dtsi ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3052_accton_wr6202.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_alfa-network_w502u.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_argus_atp-52b.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_asiarf_awapn2403.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_asus_rt-n13u.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_aximcom_mr-102n.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_aztech_hw550-3g.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_belkin_f5d8235-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_buffalo_whr-g300n.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_dlink_dap-1350.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_engenius_esr-9753.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_fon_fonera-20n.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_hauppauge_broadway.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_huawei_hg255d.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_jcg_jhr-n825r.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_jcg_jhr-n926r.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_mofinetwork_mofi3500-3gn.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_netgear_wnce2001.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_nexaira_bc2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_omnima_miniembwifi.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_petatel_psr-680w.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_planex_mzk-w300nh2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_planex_mzk-wdpr.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3052_poray_ip2202.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_prolink_pwh2004.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_ralink_v22rw-2x2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_sitecom_wl-351.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_skyline_sl-r7205.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_tenda_3g300m.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_tenda_w306r-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_unbranded_wr512-3gn-4m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3052_unbranded_wr512-3gn-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3052_unbranded_wr512-3gn.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_unbranded_xdx-rn502j.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_upvel_ur-326n4g.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_upvel_ur-336un.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_zyxel_keenetic.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3052_zyxel_nbg-419n.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3352_allnet_all5002.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt3352_dlink_dir-615-h1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3352_dlink_dir-620-d1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3352_zte_mf283plus.dts ramips: add support for ZTE MF283+ 2021-06-02 21:29:16 +02:00
rt3352_zyxel_nbg-419n-v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3352.dtsi ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3662_asus_rt-n56u.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3662_dlink_dir-645.dts ramips: fix logic level for DIR-645 buttons 2020-10-03 22:52:58 +02:00
rt3662_edimax_br-6475nd.dts kernel: mtdsplit_uimage: replace "edimax, uimage" parser 2021-01-22 21:03:11 +01:00
rt3662_engenius_esr600h.dts ramips: add support for Senao Engenius ESR600H 2020-12-22 19:11:50 +01:00
rt3662_loewe_wmdr-143n.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt3662_omnima_hpm.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3662_samsung_cy-swr1100.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3883_belkin_f9k110x.dtsi ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
rt3883_belkin_f9k1109v1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3883_sitecom_wlr-6000.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3883_trendnet_tew-691gr.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3883_trendnet_tew-692gr.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt3883.dtsi ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_7links_px-4885-4m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_7links_px-4885-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_7links_px-4885.dtsi ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt5350_airlive_air3gii.dts ramips: drop redundant status for gpio/gpio0 2020-12-04 15:52:23 +01:00
rt5350_allnet_all5003.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_asiarf_awm002-evb-4m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_asiarf_awm002-evb-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_asiarf_awm002-evb.dtsi ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_belkin_f7c027.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt5350_dlink_dcs-930l-b1.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_dlink_dir-300-b7.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt5350_dlink_dir-320-b1.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_dlink_dir-610-a1.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt5350_dlink_dwr-512-b.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt5350_easyacc_wizard-8800.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
rt5350_hame_mpr-a1.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
rt5350_hame_mpr-a2.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_hilink_hlk-rm04.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_hootoo_ht-tm02.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_intenso_memory2move.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_nexx_wt1520-4m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_nexx_wt1520-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_nexx_wt1520.dtsi ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_nixcore_x1-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_nixcore_x1-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_nixcore_x1.dtsi ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_olimex_rt5350f-olinuxino-evb.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_olimex_rt5350f-olinuxino.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_olimex_rt5350f-olinuxino.dtsi ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
rt5350_omnima_miniembplug.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_planex_mzk-dp150n.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
rt5350_poray_m3.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_poray_m4-4m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_poray_m4-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_poray_m4.dtsi ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_poray_x5.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_poray_x8.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_tenda_3g150b.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
rt5350_trendnet_tew-714tru.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_unbranded_a5-v11.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
rt5350_vocore_vocore-8m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_vocore_vocore-16m.dts ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00
rt5350_vocore_vocore.dtsi ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_wansview_ncs601w.dts ramips: remove redundant status for USB controllers 2020-12-07 14:22:00 +01:00
rt5350_wiznet_wizfi630a.dts ramips: do not enable unused GPIO controllers 2020-12-17 12:10:10 +01:00
rt5350_zorlik_zl5900v2.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt5350_zyxel_keenetic-lite-b.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt5350_zyxel_keenetic-start.dts ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
rt5350.dtsi ramips: move dts-v1 statement to top-level DTSI files 2020-09-25 23:26:40 +02:00