]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4adb3bb38591f85b34beb43a7feb99737a185058
tree0ae7b2ddab022d2834cfb932f7004b05a73f88c7
parent3d74ca7b59f117a763f1a93d6809290279c8bfa0
parenta2ba0b952c99024cc3e420ff1e4f907eb0f3ba0b
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>