From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from mail-ot1-f44.google.com (mail-ot1-f44.google.com [209.85.210.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12E75D51; Thu, 16 Nov 2023 10:42:02 -0800 (PST) Received: by mail-ot1-f44.google.com with SMTP id 46e09a7af769-6d30d9f4549so625473a34.0; Thu, 16 Nov 2023 10:42:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700160121; x=1700764921; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=xkWTQOIyVpOfLdSmjxQe+ZEyWYh6CEVKH0sUokEYmis=; b=kk52Ys/WPMMQyh1GEE4BZH35jJCpOsD49gp8nHKqVyC45kShSqecbDuILfPo4uLeDu yvWg5NQjGfuGFPo0DtubSx3yPmMkG2mQk2ZNOpfXW0oWqnjXKjwLQ7BtJoPimUx6kx3/ EyNw9iadcSAXQWvUxeKJvG8jGrDsRGrDfc5CeP2v5D9Dz7wDVRIJpeuDGl+4tFfvbqTF MnxD83j2qOYBN3CNi48RQYdWX46WcYT3unt5uASJzUDAlWDx2QPa+bv9m9UNZN5wiUL9 YCQ9MUSNHgVnBGKQnBGySmpgmD3x8fFy62k2K8IEcPo+vF8TLYAKLu6DaLG9r0ruZuh1 m5XA== X-Gm-Message-State: AOJu0Yw/JaKu0RjzZGIHc08cPBgG4Zm7CAr99h+mwGdNbEk+wSHjbEse S/Ty5qeaQ2vg0tdklOoHVA== X-Google-Smtp-Source: AGHT+IHpLDFf/BevPQYjKNzthluo2+W8QR5uIN8SPGvSIJTeV7vcKNQsUuWQcBz9PkynNh2NxdIIEw== X-Received: by 2002:a05:6830:cc:b0:6ce:267b:d409 with SMTP id x12-20020a05683000cc00b006ce267bd409mr9992998oto.13.1700160121336; Thu, 16 Nov 2023 10:42:01 -0800 (PST) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id r42-20020a05683044aa00b006c4d822bea7sm998466otv.31.2023.11.16.10.41.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Nov 2023 10:42:00 -0800 (PST) Received: (nullmailer pid 2821189 invoked by uid 1000); Thu, 16 Nov 2023 18:41:59 -0000 Date: Thu, 16 Nov 2023 12:41:59 -0600 From: Rob Herring To: Linus Walleij Cc: Vladimir Oltean , Russell King , Rob Herring , Gregory Clement , Krzysztof Kozlowski , Florian Fainelli , netdev@vger.kernel.org, Jakub Kicinski , Christian Marangi , Eric Dumazet , Marek =?iso-8859-1?Q?Beh=FAn?= , linux-arm-kernel@lists.infradead.org, Conor Dooley , Paolo Abeni , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Hesselbarth , Andrew Lunn , "David S. Miller" Subject: Re: [PATCH net-next v8 6/9] dt-bindings: net: ethernet-switch: Accept special variants Message-ID: <170016011897.2821150.13183612616201132930.robh@kernel.org> References: <20231114-marvell-88e6152-wan-led-v8-0-50688741691b@linaro.org> <20231114-marvell-88e6152-wan-led-v8-6-50688741691b@linaro.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231114-marvell-88e6152-wan-led-v8-6-50688741691b@linaro.org> On Tue, 14 Nov 2023 00:36:01 +0100, Linus Walleij wrote: > Accept special node naming variants for Marvell switches with > special node names as ABI. > > This is maybe not the prettiest but it avoids special-casing > the Marvell MV88E6xxx bindings by copying a lot of generic > binding code down into that one binding just to special-case > these unfixable nodes. > > Signed-off-by: Linus Walleij > --- > .../devicetree/bindings/net/ethernet-switch.yaml | 23 +++++++++++++++++++--- > 1 file changed, 20 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring