openwrt/target/linux/mediatek
Daniel Golle 8b66f1a06d mediatek: correct address of MT753x switch IC
For all boards currently working with the mt7530 DSA driver we can
be sure that the address of the switch on the MDIO bus is 31 --
simply because that address is hard-coded in the driver and the
address from the Device Tree is being ignore.

An upcoming patch will add support for MT753x ICs which are programmed
to addresses different from 0x1f using bootstrap pins. As a result the
address from the Device Tree will then be taken into account, which
will break currently working boards which got the address set to
anything else than 31.

While at it also unify the syntax in Device Tree to always us a decimal
value for the 'reg' property.

 * mt7622-buffalo-wsr-3200ax4s.dts
   Cosmetic change 'reg = <0x1f>' -> 'reg = <31>'

 * mt7622-dlink-eagle-pro-ai-ax3200-a1.dtsi
   Wrong address: 0 -> 31

 * mt7622-elecom-wrc-x3200gst3.dts
   Wrong address: 0 -> 31

 * mt7622-linksys-e8450.dtsi
   Wrong address: 0 -> 31

 * mt7622-ruijie-rg-ew3200.dtsi
   Wrong address: 0 -> 31

 * mt7622-xiaomi-redmi-router-ax6s.dts
   Wrong address: 0 -> 31

 * mt7629-iptime-a6004mx.dts
   Wrong address: 2 -> 31

 * mt7981b-zbtlink-zbt-z8102ax.dts
   Cosmetic change 'reg = <0x1f>' -> 'reg = <31>'

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-04-24 21:05:46 +01:00
..
base-files mediatek: filogic: fix failsafe mode on devices with no lan1 2024-03-02 14:08:08 +01:00
dts mediatek: correct address of MT753x switch IC 2024-04-24 21:05:46 +01:00
files mediatek: mt7622: rtl8367c: source code spell fixes 2024-04-12 14:46:32 +02:00
files-6.1 mediatek: mt7988a: sync dts compatible string 2024-04-24 00:02:59 +01:00
files-6.6 mediatek: mt7988a: sync dts compatible string 2024-04-24 00:02:59 +01:00
filogic mediatek: filogic: add support for Edgecore EAP111 2024-04-11 13:25:11 +02:00
image mediatek: filogic: add support for Edgecore EAP111 2024-04-11 13:25:11 +02:00
mt7622 mediatek: add Airoha EN8801SC PHY driver 2024-04-11 13:10:15 +02:00
mt7623 mediatek: add Airoha EN8801SC PHY driver 2024-04-11 13:10:15 +02:00
mt7629 mediatek: add Airoha EN8801SC PHY driver 2024-04-11 13:10:15 +02:00
patches-6.1 generic: 6.1: backport support for generic spi-nor from SFDP data 2024-04-21 18:02:40 +02:00
patches-6.6 mediatek: backport PWM drivers 2024-04-19 10:56:52 +01:00
Makefile mediatek: add Linux 6.6 as testing kernel 2024-03-11 21:22:12 +00:00
modules.mk mediatek: mt7623: build mt6577_auxadc driver into kernel 2022-12-05 23:14:36 +00:00