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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FD26C433F5 for ; Tue, 19 Oct 2021 01:29:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11F9861354 for ; Tue, 19 Oct 2021 01:29:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229588AbhJSBcB (ORCPT ); Mon, 18 Oct 2021 21:32:01 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:45586 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229529AbhJSBcA (ORCPT ); Mon, 18 Oct 2021 21:32:00 -0400 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=P9eKgWwZT998ZHwrSl4En+On4TMrd3VT2wj4QRLHO4g=; b=PJl5j9JqBfvwIzguldRnXWyBkW QovUhV+iG3mKhEGUnKlXly6SI9S4aC7fli5i/gA1UqhDFImhHi5VUAZT2jbQTKh/d2nVhc8ch0i+o Fp13oGSSOT6116cNHcnsTIJ3sARAqenANEtIqTdDDY3iCLF1uVJ7lzEgtlwGxMb2mFJc=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mcdwb-00B1fF-74; Tue, 19 Oct 2021 03:29:33 +0200 Date: Tue, 19 Oct 2021 03:29:33 +0200 From: Andrew Lunn To: Chris Packham Cc: gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] arm/arm64: dts: Add MV88E6393X to CN9130-CRB device tree Message-ID: References: <20211018011211.3836590-1-chris.packham@alliedtelesis.co.nz> <20211018011211.3836590-3-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211018011211.3836590-3-chris.packham@alliedtelesis.co.nz> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Oct 18, 2021 at 02:12:11PM +1300, Chris Packham wrote: > The CN9130-CRB boards have a MV88E6393X switch connected to eth0. Add > the necessary dts nodes and properties for this. > > Signed-off-by: Chris Packham Reviewed-by: Andrew Lunn Andrew