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 3F0D3C19F28 for ; Wed, 27 Jul 2022 01:28:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239991AbiG0B2c (ORCPT ); Tue, 26 Jul 2022 21:28:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230014AbiG0B2a (ORCPT ); Tue, 26 Jul 2022 21:28:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C570A39B98; Tue, 26 Jul 2022 18:28:29 -0700 (PDT) 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 612FC61739; Wed, 27 Jul 2022 01:28:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF47AC433C1; Wed, 27 Jul 2022 01:28:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658885308; bh=FJHTwPVjwUpLkqZKc7E29z9sO9QFIWVvIvMN6Mf8vwY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=ubeD/7m2a0mqR+EUJEF3wXDBN83w+s7CW4m3Iu1wOYWHSQr1VTzsPToLR1u+SEQxU hEYp/YVpIrLzSB7UFfYJxR/bhn7v396TqD+tV82jtY0ttjVezxKPGPQNkxtgs+LGMb 3YZek5j9Q6Xadfvirc1PFgL1U0eO7FK6tw3bVqRCNTJZuAa5DDrt/QA5VguJ72PEl5 UnUpa/zMDAlpNOAzb18a9a/Lk1HT0oom+Aodmq3tHyXWRzLUan9vFQZPv2ls9iQl5L 8BOAIBBWT9CbsiadxQE8HIO0mzJ8Ty3oYSsEwTaw9UgPwLygncMxhmaKr8cI/iIpGQ NiW7lePqH/Egg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1658315023-3336-3-git-send-email-quic_c_skakit@quicinc.com> References: <1658315023-3336-1-git-send-email-quic_c_skakit@quicinc.com> <1658315023-3336-3-git-send-email-quic_c_skakit@quicinc.com> Subject: Re: [PATCH V6 2/5] clk: qcom: lpass: Handle the regmap overlap of lpasscc and lpass_aon From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh@kernel.org, robh+dt@kernel.org, quic_tdas@quicinc.com, quic_c_skakit@quicinc.com To: Bjorn Andersson , Michael Turquette , Satya Priya Date: Tue, 26 Jul 2022 18:28:26 -0700 User-Agent: alot/0.10 Message-Id: <20220727012828.AF47AC433C1@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Satya Priya (2022-07-20 04:03:40) > Move registration of lpass_q6ss_ahbm_clk and lpass_q6ss_ahbs_clk to > lpass_aon_cc_sc7280_probe and register them only if "qcom,adsp-pil-mode" > is enabled in the lpass_aon DT node. >=20 > Signed-off-by: Satya Priya > Signed-off-by: Taniya Das > --- Reviewed-by: Stephen Boyd