Re: [PATCH 2/2] net: dsa: mv88e6xxx: Handle single-chip-address OF property

From: Marek Behún
Date: Sat Apr 23 2022 - 11:27:11 EST


> switch0: switch0@16 {
> compatible = "marvell,mv88e6141", "marvell,mv88e6085";

Not relevant to your problem, but the node name should be switch@16,
not switch0@16. The 0 is redundant and should not be there.

Marek