Re: [PATCH] arm64: dts: marvell: espressobin: Add ethernet switch aliases

From: Andrew Lunn
Date: Mon Sep 07 2020 - 13:23:58 EST


> My dts-foo is a little rusty, but now that you labeled the ports in the
> .dtsi, can this whole "switch0" block reduced to something like:
>
> &switch0port1 {
> label = "lan1";
> };
>
> &switch0port3 {
> label = "wan";
> };

Probably yes.

But that is definitely too much for stable.

Andrew