On Wed, Oct 21, 2020 at 08:52:01AM +0200, Kurt Kanzenbach wrote: > On Mon Oct 19 2020, Christian Eggers wrote: > The node names should be switch. See dsa.yaml. > > > + compatible = "microchip,ksz9477"; > > + reg = <0>; > > + reset-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>; > > + > > + spi-max-frequency = <44000000>; > > + spi-cpha; > > + spi-cpol; > > + > > + ports { > > ethernet-ports are preferred. This is backwards to me, instead of an 'ethernet-switch' with 'ports', we have a 'switch' with 'ethernet-ports'. Whatever.