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 24E1AC7EE2C for ; Fri, 2 Jun 2023 12:11:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235595AbjFBMK3 (ORCPT ); Fri, 2 Jun 2023 08:10:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51668 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235939AbjFBMJu (ORCPT ); Fri, 2 Jun 2023 08:09:50 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DFDC1BB; Fri, 2 Jun 2023 05:09:47 -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=kzLCnHTD8jtK2CkQT4tlnH3dehKeMvS+h74TcPk6BoI=; b=iGoDz/i7psbGY+eXWlziMm6Dic AYyHPai31w6PFIKcBHjCSa5u5aj9uLMMu7CFntcixHFDe4bT4STm/SgTRtYlFxwT4wau123r5RBKI ZDulz6p54R6CmOPpF3lM+tOSWZsWoFR0bdvZgXxgicoMEYeB7DcpEUk5q9D3+DXol9Sc=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q53ak-00EfmB-Ld; Fri, 02 Jun 2023 14:09:14 +0200 Date: Fri, 2 Jun 2023 14:09:14 +0200 From: Andrew Lunn To: Nikita Shubin Cc: Alexander Sverdlin , Arnd Bergmann , Linus Walleij , Hartley Sweeten , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Michael Peters , Kris Bahnsen , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v1 20/43] net: cirrus: add DT support for Cirrus EP93xx Message-ID: References: <20230424123522.18302-1-nikita.shubin@maquefel.me> <20230601054549.10843-2-nikita.shubin@maquefel.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230601054549.10843-2-nikita.shubin@maquefel.me> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 01, 2023 at 08:45:25AM +0300, Nikita Shubin wrote: > - find register range from the device tree > - get "copy_addr" from the device tree > - get phy_id from the device tree > > Signed-off-by: Nikita Shubin Reviewed-by: Andrew Lunn Andrew