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=-11.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 C93E7C00A89 for ; Fri, 30 Oct 2020 08:16:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D47B22210 for ; Fri, 30 Oct 2020 08:16:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604045797; bh=+GDUUmeAF0/LHVRvmxpjlUJjlXa4FbcBiJo80zHyOFU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=AUkQJxCav2t6WD/Y6W4Y+CCfrEFkVUm1s/EnvAH8Sv9yRj3ksIf3QGhavdbPWszWZ d7Pe8t7exo7Uk1Vtr6V6IIibzraSsCMQx6i2n0njeTXxLatV70s74Hhi8yitbfZmd1 KJbPKzT++2IyLh7Heoqh36zbW1+ppaqnK7lnws9s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726096AbgJ3IQg (ORCPT ); Fri, 30 Oct 2020 04:16:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:43588 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726065AbgJ3IQf (ORCPT ); Fri, 30 Oct 2020 04:16:35 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3506722210; Fri, 30 Oct 2020 08:16:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604045794; bh=+GDUUmeAF0/LHVRvmxpjlUJjlXa4FbcBiJo80zHyOFU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DEJE+8wIfaZrVMukOf5Q+TJWS5nEGahA5Cu8bLak8juzi/wXySOUbVAIdfmpDppYU DKLNVXkWpCYO+gRMx3QMK+kmBiXoYeC6jPDJ3VHPXL8VUGVZ/977PukyrogxA9BPWb rEwnYQl/dXY8tmIqwHm28QBTeyQ+9Y8uyn7CTOhE= Date: Fri, 30 Oct 2020 16:16:21 +0800 From: Shawn Guo To: Ioana Ciornei Cc: robh+dt@kernel.org, leoyang.li@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 03/11] arm64: dts: ls1088a: add external MDIO device nodes Message-ID: <20201030081617.GM28755@dragon> References: <20201026161005.5421-1-ioana.ciornei@nxp.com> <20201026161005.5421-4-ioana.ciornei@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201026161005.5421-4-ioana.ciornei@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 26, 2020 at 06:09:57PM +0200, Ioana Ciornei wrote: > Add the external MDIO device nodes found in the WRIOP global memory > region. This is needed for management of external PHYs. > > Signed-off-by: Ioana Ciornei > --- > Changes in v2: > - removed the 0x from the unit addresses > Changes in v3: > - none > Changes in v4: > - none > > arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi > index ff5805206a28..aea42e9e947f 100644 > --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi > @@ -672,6 +672,24 @@ ptp-timer@8b95000 { > fsl,extts-fifo; > }; > > + emdio1: mdio@8b96000 { > + compatible = "fsl,fman-memac-mdio"; > + reg = <0x0 0x8B96000 0x0 0x1000>; Use lowercase for hex values. Shawn > + little-endian; > + #address-cells = <1>; > + #size-cells = <0>; > + status = "disabled"; > + }; > + > + emdio2: mdio@8b97000 { > + compatible = "fsl,fman-memac-mdio"; > + reg = <0x0 0x8B97000 0x0 0x1000>; > + little-endian; > + #address-cells = <1>; > + #size-cells = <0>; > + status = "disabled"; > + }; > + > cluster1_core0_watchdog: wdt@c000000 { > compatible = "arm,sp805-wdt", "arm,primecell"; > reg = <0x0 0xc000000 0x0 0x1000>; > -- > 2.28.0 >