Merge branch 'support-mt7531-on-bpi-r2-pro'
authorJakub Kicinski <kuba@kernel.org>
Wed, 15 Jun 2022 05:35:18 +0000 (22:35 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 15 Jun 2022 05:35:19 +0000 (22:35 -0700)
commit5cb3ab50a39f365eb7d78a2b11711d6861477734
tree0ae7b2ddab022d2834cfb932f7004b05a73f88c7
parent68d5428931c67279a0b065e214624684b09efdf8
parentc1804463e5c6a2bf5ab3e278b9d360c25fa49af2
Merge branch 'support-mt7531-on-bpi-r2-pro'

Frank Wunderlich says:

====================
Support mt7531 on BPI-R2 Pro

This Series add Support for the mt7531 switch on Bananapi R2 Pro board.

This board uses port5 of the switch to conect to the gmac0 of the
rk3568 SoC.

Currently CPU-Port is hardcoded in the mt7530 driver to port 6.

Compared to v1 the reset-Patch was dropped as it was not needed and
CPU-Port-changes are completely rewriten based on suggestions/code from
Vladimir Oltean (many thanks to this).
In DTS Patch i only dropped the status-property that was not
needed/ignored by driver.

Due to the Changes i also made a regression test on mt7623 bpi-r2
(mt7623 soc + mt7530) and bpi-r64 (mt7622 soc + mt7531) with cpu-
port 6. Tests were done directly (ipv4 config on dsa user port)
and with vlan-aware bridge including vlan that was tagged outgoing
on dsa user port.
====================

Link: https://lore.kernel.org/r/20220610170541.8643-1-linux@fw-web.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>