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 D1096C63797 for ; Tue, 31 Jan 2023 21:06:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231928AbjAaVG1 (ORCPT ); Tue, 31 Jan 2023 16:06:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229876AbjAaVG0 (ORCPT ); Tue, 31 Jan 2023 16:06:26 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 890A32D71; Tue, 31 Jan 2023 13:06:25 -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 24B0D61719; Tue, 31 Jan 2023 21:06:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AAE2C433EF; Tue, 31 Jan 2023 21:06:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675199184; bh=2SI43GAd/Uo23yPrQZT30ppWFreFy7xGgyu3ykD7WEA=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=D9dsms4Z2oU2Dm+CgtokNWpOURyhgNSVpu3vimTbqVjpxFGw7Vyt3rVFZ/iQEjw4R eTwhqMRGcfqi9/+3GAhvE9tJkCfUKDcqOZOC72Fc/P09DPjKEfaeVP52QcWa88kDIQ xb+P+dU/WQABKQQgnOtTmFvmio2wXAx626E0Wr9Tehe/YPy67DAuECYTP7p3jyQGPW GLuUadHMrZCkwXpnzTlTV/+R5UGGUhgbC9JlIfhAFVzO7fSq2zZarAH3WiQCaEG6L+ uz4sGIWlDuY6S0PB6goPhNiVKVh5IGSYZWubYhy61rw4IAA1xr4LI9ijA3PLaMRCjR VFup27km8OtQw== Message-ID: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230130114702.20606-5-quic_kathirav@quicinc.com> References: <20230130114702.20606-1-quic_kathirav@quicinc.com> <20230130114702.20606-5-quic_kathirav@quicinc.com> Subject: Re: [PATCH V2 4/9] dt-bindings: clock: Add Qualcomm IPQ5332 GCC From: Stephen Boyd Cc: Kathiravan T To: Kathiravan Thirumoorthy , agross@kernel.org, andersson@kernel.org, arnd@arndb.de, catalin.marinas@arm.com, devicetree@vger.kernel.org, dmitry.baryshkov@linaro.org, konrad.dybcio@linaro.org, krzysztof.kozlowski+dt@linaro.org, linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, marcel.ziswiler@toradex.com, mturquette@baylibre.com, nfraprado@collabora.com, quic_gurus@quicinc.com, robh+dt@kernel.org, robimarko@gmail.com, shawnguo@kernel.org, will@kernel.org Date: Tue, 31 Jan 2023 13:06:22 -0800 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Kathiravan Thirumoorthy (2023-01-30 03:46:57) > From: Kathiravan T >=20 > Add binding for the Qualcomm IPQ5332 Global Clock Controller. >=20 > Signed-off-by: Kathiravan T > --- Reviewed-by: Stephen Boyd