[PATCH] ARM: dts: kirkwood: Add Endian 4i Edge 200 board

Andrew Lunn andrew at lunn.ch
Thu Sep 29 05:43:23 PDT 2022


> +// SPDX-License-Identifier: GPL-2.0-or-later

I think the preference is that DT is dual licence GPL or MIT.

> +	switch0: switch at 11 {
> +		compatible = "marvell,mv88e6085";
> +		reg = <0x11>;
> +
> +		ports {
> +			#address-cells = <1>;
> +			#size-cells = <0>;
> +
> +			port at 0 {
> +				reg = <0>;
> +				label = "port1";
> +			};
> +
> +			port at 1 {
> +				reg = <1>;
> +				label = "port2";
> +			};
> +
> +			port at 2 {
> +				reg = <2>;
> +				label = "port3";
> +			};
> +
> +			port at 3 {
> +				reg = <3>;
> +				label = "port4";
> +			};
> +
> +			port at 5 {
> +				reg = <5>;
> +				label = "cpu";

This label is never used by DSA, and Vladimir has been removing them
in general. Please delete it.

   Andrew



More information about the linux-arm-kernel mailing list