Re: [PATCHv1 2/6] net: dsa: mv88e6xxx: add 88E6240 DT compatible

From: Andrew Lunn
Date: Wed Jan 03 2018 - 07:56:01 EST


On Wed, Jan 03, 2018 at 01:26:05PM +0100, Sebastian Reichel wrote:
> Add compatible for Marvell 88E6240 switch.
>
> Signed-off-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/net/dsa/marvell.txt | 6 ++++--
> drivers/net/dsa/mv88e6xxx/chip.c | 4 ++++
> 2 files changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/net/dsa/marvell.txt b/Documentation/devicetree/bindings/net/dsa/marvell.txt
> index 1d4d0f49c9d0..cf437b526f7f 100644
> --- a/Documentation/devicetree/bindings/net/dsa/marvell.txt
> +++ b/Documentation/devicetree/bindings/net/dsa/marvell.txt
> @@ -14,8 +14,10 @@ The properties described here are those specific to Marvell devices.
> Additional required and optional properties can be found in dsa.txt.
>
> Required properties:
> -- compatible : Should be one of "marvell,mv88e6085" or
> - "marvell,mv88e6190"
> +- compatible : Should be one of the following
> + * "marvell,mv88e6085"
> + * "marvell,mv88e6190"
> + * "marvell,mv88e6240"

Hi Sebastian

This is not required. The 6240 is compatible with the 6085, so please
use "marvell,mv88e6085". We don't add compatible strings per
device. All the compatible string is used for is to find the ID
register in the device. Nothing more.

Andrew