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 36CB8C4167B for ; Mon, 27 Nov 2023 02:33:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231475AbjK0CdU (ORCPT ); Sun, 26 Nov 2023 21:33:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231419AbjK0CdS (ORCPT ); Sun, 26 Nov 2023 21:33:18 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C081511F for ; Sun, 26 Nov 2023 18:33:24 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E069C433C8; Mon, 27 Nov 2023 02:33:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701052404; bh=TC8bErlTXY8SMV34kwRk2apyEXaXxVE1iXS1SQVMkzA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M8zq0IJIMr4irkYsiRwS0YT6Ed/dTUSuXZI+SKmUtBitPCyDUkW+sqmjJClOmi5J5 KTXibohwgc6olsL+QkYHSKG2SWYvN29FLrxs5GkLjaAXYFrQP9HKerL9GXcam7Dczl t/VgAWqPLVoJxRm6zpdTmkcntL8ItzWRpO2RjCMLOO6nFbZPU6Zjf4ulfwZ4uIsbDL 1/jwFSj+8zzSxBFFb1xY4jnQ/DqNEIk1eQdYTLrn3rec/9ebzMY3yjHM0OSGqF4ON/ iDoYLHtbo/0/eyiEReDQpxcEvKlAtI0+7y6iHMcyrH57H2CaaPW3xajLGgEKcPfi7m J34NJDUTn64rg== Date: Mon, 27 Nov 2023 10:33:17 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, s.hauer@pengutronix.de, sboyd@kernel.org, abelvesa@kernel.org, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Peng Fan Subject: Re: [PATCH V3 2/2] arm64: dts: imx93: update analog node Message-ID: <20231127023317.GL87953@dragon> References: <20231025072242.1134090-1-peng.fan@oss.nxp.com> <20231025072242.1134090-2-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231025072242.1134090-2-peng.fan@oss.nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 25, 2023 at 03:22:42PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > The analog module produces PLL and OSC for Clock Controller Module. Since > the binding doc has been updated to clock-controller for this module, > Let's also update the device tree node. > > Signed-off-by: Peng Fan s/analog/anatop Fixed it up and applied. Shawn