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 74B55C4332F for ; Fri, 25 Feb 2022 01:54:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236578AbiBYByt (ORCPT ); Thu, 24 Feb 2022 20:54:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236576AbiBYBys (ORCPT ); Thu, 24 Feb 2022 20:54:48 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 339FD29DD20; Thu, 24 Feb 2022 17:54:18 -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 BFCC461330; Fri, 25 Feb 2022 01:54:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1011DC340E9; Fri, 25 Feb 2022 01:54:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645754057; bh=cK99YgEIzZuMyH/Jeu869JzZeWo9rrtFHDUOJIZQFiM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=K8nwUr7OMeaujjyugRj27d9XfZb3sh89oTIyUO9ymVOt/Ap1YT2vdYt9r6LDYr+1u /f7ThpPC6IVXs/K5UC/20xR+r5elWfKgXdF2NP5tSZc98JoRFadDZhV5hx4P7ucJix DRvOv9vluVSYGgM9KsFRf09J3djjQ259uUCH/RBsTE+cHAOX/tj7kETeID9hpz/o9v Csbn3N1HDky7LUU9mYf3/2WU+KFkfuYEtaTMB7klYdBAlGHPmUhKZzRB6mZHYKWiV1 Q0zeOo5PkTjwN96+vIT/lCIGSWl49h0BEd/FogvFtNb5GW3GdHkPxZl3hKJuJHTFZG laB3plc0FQVpQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220225014234.1766305-2-peng.fan@oss.nxp.com> References: <20220225014234.1766305-1-peng.fan@oss.nxp.com> <20220225014234.1766305-2-peng.fan@oss.nxp.com> Subject: Re: [PATCH V5 1/5] dt-bindings: clock: Add imx93 clock support 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 , 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:15 -0800 User-Agent: alot/0.10 Message-Id: <20220225015417.1011DC340E9@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Peng Fan (OSS) (2022-02-24 17:42:30) > From: Peng Fan >=20 > Add the clock dt-binding file for i.MX93. >=20 > Reviewed-by: Abel Vesa > Signed-off-by: Peng Fan > Reviewed-by: Rob Herring > --- Reviewed-by: Stephen Boyd