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 3E422C433EF for ; Fri, 25 Feb 2022 01:54:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236595AbiBYBzF (ORCPT ); Thu, 24 Feb 2022 20:55:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236586AbiBYBzC (ORCPT ); Thu, 24 Feb 2022 20:55:02 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE4B529EB89; Thu, 24 Feb 2022 17:54:31 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 79B8561330; Fri, 25 Feb 2022 01:54:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CBBCDC340EB; Fri, 25 Feb 2022 01:54:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645754070; bh=kycMrUN1WEI5srmmMPpg1iEqDcJ1sVjM56iKmh9KRqQ=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=qqmEUxXjecGbRIB02ZAcL+stxDi397H8AQPnEuEtgXq+axoxBU54Gfw6/ZnI5VvM7 Rm5jY4Dn2Be0rp0WfRdKap+O8Q3QxemlccoWeSWGCjoAKxOiDpcF1EixCdBGEJEqfW FdjrEeVJEXeZOf0P0yxpX5CuAA4lhHiF5dQauFkx1R1UMqVitAlnXEXi1P0NPB/NDq VMYX6oTbjULMAIVASDgZOv2jd7PuKF3sHnuN3J06e1nNKT/NC0w+jKRpIP3ZoZT27W sqdUYiBJ1Y/2bS3kdiJwHzjStz9XHLFwsHzNlLUHcgvIYsi/UBsnuMS8wGt5+OVgzZ MZdSL5d4UDl5A== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220225014234.1766305-3-peng.fan@oss.nxp.com> References: <20220225014234.1766305-1-peng.fan@oss.nxp.com> <20220225014234.1766305-3-peng.fan@oss.nxp.com> Subject: Re: [PATCH V5 2/5] dt-bindings: clock: add i.MX93 clock definition From: Stephen Boyd Cc: kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Peng Fan , Krzysztof Kozlowski , Rob Herring To: Peng Fan (OSS) , abel.vesa@nxp.com, robh+dt@kernel.org, s.hauer@pengutronix.de, shawnguo@kernel.org Date: Thu, 24 Feb 2022 17:54:29 -0800 User-Agent: alot/0.10 Message-Id: <20220225015430.CBBCDC340EB@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Peng Fan (OSS) (2022-02-24 17:42:31) > From: Peng Fan >=20 > Add i.MX93 clock definition >=20 > Reviewed-by: Abel Vesa > Acked-by: Krzysztof Kozlowski > Signed-off-by: Peng Fan > Acked-by: Rob Herring > --- Reviewed-by: Stephen Boyd