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 X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 164B5C433DF for ; Mon, 25 May 2020 13:51:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA9082071A for ; Mon, 25 May 2020 13:51:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="xT18/pBD" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2403924AbgEYNvI (ORCPT ); Mon, 25 May 2020 09:51:08 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:48118 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403912AbgEYNvH (ORCPT ); Mon, 25 May 2020 09:51:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=n4Hcu/XRHflYCp2TxqUSLVLdPJzrZab4RenrXRass2A=; b=xT18/pBD89exWXmFn6J7S9I0I/ BsPv3JqfeRRpbWOHcIxLVniHX4fOVjAmg4XtOm96KhbZvH/o96ivbmvLSFFpPFKuapdKVfkM3563k J1/S9s7gl/1P5z/kE7rx1mcJFkywyw3Oy5SHOgp8ClFhWlfOGG0hGndxG9/bMljU7gHI=; Received: from andrew by vps0.lunn.ch with local (Exim 4.93) (envelope-from ) id 1jdDVQ-003C3d-Ax; Mon, 25 May 2020 15:51:04 +0200 Date: Mon, 25 May 2020 15:51:04 +0200 From: Andrew Lunn To: fugang.duan@nxp.com Cc: martin.fuzzey@flowbird.group, davem@davemloft.net, netdev@vger.kernel.org, robh+dt@kernel.org, shawnguo@kernel.org, devicetree@vger.kernel.org, kuba@kernel.org Subject: Re: [PATCH net v2 3/4] ARM: dts: imx: add ethernet stop mode property Message-ID: <20200525135104.GB752669@lunn.ch> References: <1590390569-4394-1-git-send-email-fugang.duan@nxp.com> <1590390569-4394-4-git-send-email-fugang.duan@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1590390569-4394-4-git-send-email-fugang.duan@nxp.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, May 25, 2020 at 03:09:28PM +0800, fugang.duan@nxp.com wrote: > From: Fugang Duan > > - Update the imx6qdl gpr property to define gpr register > offset and bit in DT. > - Add imx6sx/imx6ul/imx7d ethernet stop mode property. > > Signed-off-by: Fugang Duan Thanks for adding a user. Reviewed-by: Andrew Lunn Andrew