From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1928C433FE for ; Tue, 15 Mar 2022 00:11:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244767AbiCOAMW (ORCPT ); Mon, 14 Mar 2022 20:12:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244248AbiCOAMV (ORCPT ); Mon, 14 Mar 2022 20:12:21 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 170FC2DA9A; Mon, 14 Mar 2022 17:11:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=12h3KtzFO+Qmichcl5mzPaJiQlWJErHONx6X7wk1WE0=; b=rqnRXmZQlbsLWohX83xn2ips8O aQUJcmPfy5uzpaA3Ieb3vLyFi+JgC07DIq+/aoBsBaZHl3/4qaWR31K80yi9apI2MLJfi8NQ1YnZ6 A/7W0R8ieNkHoNH1F/TBD/+n4vO0yREpLcgvyqDPZDnFx5Fxmbza5P2MMQ4/vYMT4A/s=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nTum9-00ApxG-4a; Tue, 15 Mar 2022 01:10:57 +0100 Date: Tue, 15 Mar 2022 01:10:57 +0100 From: Andrew Lunn To: Chris Packham Cc: huziji@marvell.com, ulf.hansson@linaro.org, robh+dt@kernel.org, davem@davemloft.net, kuba@kernel.org, linus.walleij@linaro.org, catalin.marinas@arm.com, will@kernel.org, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, adrian.hunter@intel.com, thomas.petazzoni@bootlin.com, kostap@marvell.com, robert.marko@sartura.hr, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 2/8] dt-bindings: net: mvneta: Add marvell,armada-ac5-neta Message-ID: References: <20220314213143.2404162-1-chris.packham@alliedtelesis.co.nz> <20220314213143.2404162-3-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220314213143.2404162-3-chris.packham@alliedtelesis.co.nz> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Mar 15, 2022 at 10:31:37AM +1300, Chris Packham wrote: > The out of band port on the 98DX2530 SoC is similar to the armada-3700 > except it requires a slightly different MBUS window configuration. Add a > new compatible string so this difference can be accounted for. > > Signed-off-by: Chris Packham Reviewed-by: Andrew Lunn Andrew