Am 2022-10-27 13:32, schrieb Michael Walle:
This reverts commit be0b178c50c37a666d54f435da71cf9f008362a0. This commit will break networking on the sl28 boards if the tagger is not compiled into the kernel. If a non-default tagger is used, the kernel doesn't do a request_module(). Fixing that is also not that trivial because the tagger modules are loaded by ids, not by name. Thus for now, just revert to the default tagger until that is fixed. Fixes: be0b178c50c3 ("arm64: dts: ls1028a: sl28: use ocelot-8021q tagging by default") Reported-by: Heiko Thiery <heiko.thiery@xxxxxxxxx> Signed-off-by: Michael Walle <michael@xxxxxxxx>
Please disregard this patch. The proper fix is here: https://lore.kernel.org/netdev/20221027145439.3086017-1-vladimir.oltean@xxxxxxx/ -michael