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 B5BFFC4332F for ; Mon, 30 Oct 2023 18:56:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229756AbjJ3S4M (ORCPT ); Mon, 30 Oct 2023 14:56:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53322 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229726AbjJ3S4K (ORCPT ); Mon, 30 Oct 2023 14:56:10 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09FCC9F; Mon, 30 Oct 2023 11:56:08 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86DF8C433C8; Mon, 30 Oct 2023 18:56:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698692167; bh=zfAcRGpM6KrH3AASAFPkdWrwC4DVnNmCXJNxrZXU+x0=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=fxBA+dbOQxuP4L+BMvnmXPTQcSgUWuS0VPsZeFLa6lRXGhEnDY2ECTvgabWgp4HaH wDDrwR4Uqlvwj+PHd1pFg9Bl35vYVIErmIHvIT19ZwzuxYJPLMRFVcKbpDlX1YgSne H6t9upXRPoQOBmSVn5Udd7S/Y/zt+L2UvoOuLGCUaPHQbHkcsAc2NScsUZTshjnRLH XZJKFy7WNgpBRu+v+vzgOhZRHvhbvFCBAIs+Ql+r54Oe7hqwTsHxAbnPVv1+ElslSj zoJJqBLgQsxGV46N/o5xYf3oh0hMB0C1zHK1SAq1BRaSdstHe64rwdqY0l0yipYKlN nwNc4RI1XJRlw== Message-ID: <4ac6b9d1e6dc7859b39fa456cec70fc7.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20231030-ipq5332-nsscc-v1-2-6162a2c65f0a@quicinc.com> References: <20231030-ipq5332-nsscc-v1-0-6162a2c65f0a@quicinc.com> <20231030-ipq5332-nsscc-v1-2-6162a2c65f0a@quicinc.com> Subject: Re: [PATCH 2/8] dt-bindings: clock: ipq5332: drop the few nss clocks definition From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kathiravan Thirumoorthy To: Andy Gross , Bjorn Andersson , Catalin Marinas , Conor Dooley , Kathiravan Thirumoorthy , Konrad Dybcio , Krzysztof Kozlowski , Michael Turquette , Richard Cochran , Rob Herring , Will Deacon Date: Mon, 30 Oct 2023 11:56:05 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Kathiravan Thirumoorthy (2023-10-30 02:47:17) > gcc_snoc_nssnoc_clk, gcc_snoc_nssnoc_1_clk, gcc_nssnoc_nsscc_clk are > enabled by default and it's RCG is properly configured by bootloader. >=20 > Some of the NSS clocks needs these clocks to be enabled. To avoid > these clocks being disabled by clock framework, drop these entries. >=20 > Signed-off-by: Kathiravan Thirumoorthy > --- Instead of this patch just drop the clks from the table and enable the clks during probe with register writes.