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=-8.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 1027CC43381 for ; Mon, 25 Mar 2019 18:08:03 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D53022087C for ; Mon, 25 Mar 2019 18:08:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="cAAZcTJ0" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D53022087C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sigxcpu.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gb6FJshzI6p2OZ4N5KqRtPyH2W0KPvKZk3Xsgpd1t/Q=; b=cAAZcTJ023+dQK g2VZsEn2U8HbAljzEyrgpHBapY4bpZ9qdjmLUrvd7dKZSm0ZXQVxqD1/BCYd7kH1LkQKD4lOn39v5 SKzv5oBa6BZMCmK2Cxlagruft/LUXLzQGeNlb0L3dEGqUF9bNoDjxkMsT5H/pGLa5TDU0a1tHe64p Dvpd2sibTr9qbginDsWvtOzpxiO4Xkv12jkz+xkS9NYY3LvBysQ0J1iP7g8koqEr/99QxYG+i59Hu KcvGGL1HSmXCBw0Po1ylRDwW6boAL8P4VjcH4sjqEOOw8viCMdYIWevUBTjG9aPo70DbVuFRnAWoK sxhUMW3Nkucpw4T45LwQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8U0j-0002iW-RX; Mon, 25 Mar 2019 18:07:49 +0000 Received: from honk.sigxcpu.org ([24.134.29.49]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8U0d-0002c1-5V for linux-arm-kernel@lists.infradead.org; Mon, 25 Mar 2019 18:07:48 +0000 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 3D9B9FB03; Mon, 25 Mar 2019 19:07:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bX8asYwFgDTT; Mon, 25 Mar 2019 19:07:38 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 6803240385; Mon, 25 Mar 2019 19:07:38 +0100 (CET) Date: Mon, 25 Mar 2019 19:07:38 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Fabio Estevam Subject: Re: [PATCH] arm64: dts: imx8mq: Move the opp table out of bus node Message-ID: <20190325180738.GA1730@bogon.m.sigxcpu.org> References: <20190320200519.12097-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190320200519.12097-1-festevam@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190325_110744_671533_13115553 X-CRM114-Status: GOOD ( 14.70 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kernel@pengutronix.de, shawnguo@kernel.org, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, abel.vesa@nxp.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On Wed, Mar 20, 2019 at 05:05:19PM -0300, Fabio Estevam wrote: > Move opp-table node from soc node to root node. > = > opp-table node does not have any register properties and thus > shouldn't be placed inside the bus. > = > This fixes the following build warnings with W=3D1: > = > arch/arm64/boot/dts/freescale/imx8mq.dtsi:687.28-703.5: Warning (simple_b= us_reg): /soc@0/opp-table: missing or empty reg/ranges property > = > Fixes: 64d26f8c1dde ("arm64: dts: imx8mq: Add the opp table and cores opp= properties") > Signed-off-by: Fabio Estevam > --- > arch/arm64/boot/dts/freescale/imx8mq.dtsi | 37 +++++++++++------------ > 1 file changed, 18 insertions(+), 19 deletions(-) > = > diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/= dts/freescale/imx8mq.dtsi > index 32a02027df92..e02ef059bba0 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi > @@ -132,6 +132,24 @@ > }; > }; > = > + a53_opp_table: opp-table { > + compatible =3D "operating-points-v2"; > + opp-shared; > + > + opp-800000000 { > + opp-hz =3D /bits/ 64 <800000000>; > + opp-microvolt =3D <900000>; > + clock-latency-ns =3D <150000>; > + }; > + > + opp-1000000000 { > + opp-hz =3D /bits/ 64 <1000000000>; > + opp-microvolt =3D <1000000>; > + clock-latency-ns =3D <150000>; > + opp-suspend; > + }; > + }; > + > pmu { > compatible =3D "arm,cortex-a53-pmu"; > interrupts =3D ; > @@ -683,25 +701,6 @@ > status =3D "disabled"; > }; > = > - > - a53_opp_table: opp-table { > - compatible =3D "operating-points-v2"; > - opp-shared; > - > - opp-800000000 { > - opp-hz =3D /bits/ 64 <800000000>; > - opp-microvolt =3D <900000>; > - clock-latency-ns =3D <150000>; > - }; > - > - opp-1000000000 { > - opp-hz =3D /bits/ 64 <1000000000>; > - opp-microvolt =3D <1000000>; > - clock-latency-ns =3D <150000>; > - opp-suspend; > - }; > - }; > - > gic: interrupt-controller@38800000 { > compatible =3D "arm,gic-v3"; > reg =3D <0x38800000 0x10000>, /* GIC Dist */ Just noticed the very same, in case that still matters: Tested-by: Guido G=FAnther _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel