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 8E0B1C77B7C for ; Wed, 10 May 2023 19:31:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235631AbjEJTbV (ORCPT ); Wed, 10 May 2023 15:31:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229586AbjEJTbU (ORCPT ); Wed, 10 May 2023 15:31:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ADAE465A0; Wed, 10 May 2023 12:31:19 -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 4404763EFB; Wed, 10 May 2023 19:31:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 94776C433D2; Wed, 10 May 2023 19:31:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683747078; bh=sLc/tCNuyfPHA5XcyUpPv3W6N3rM7ijgibgCvR1Je4o=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=pXqhfXUXBN3zMa4L/744yahSwwUxF3peMk/RyCUNMLdnaKEfKjbhPru08XabVTC7v Kpj5e6mOJiM1blE/6LDET0jWANrklI0jVPR8f+pQICdXsVInUaO5A8iALmkPAFIvvB EbBd8LfNX4iQw4e2tS/xPSt+pH82JweobUu1doUHCvwe0Dj1Xpbj5MjLKL7uWiaeYm eH8gKdt+wmhqdOv0WhM0ckOxM1tzq3Ri8g0oxd6f7ZyWatxJIyR1O68uKy/5v3ArNm Y5vGqCWqF7hSMPbaI2TGHRW3mxi+Bq2SgJhsVpR+5422UpD6qWDKthFMORsLfPjRTZ ozVtTs2w1iyOA== Message-ID: <6bfb24ba4b944563f601035824c97f06.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230501142932.13049-1-quic_tdas@quicinc.com> References: <20230501142932.13049-1-quic_tdas@quicinc.com> Subject: Re: [PATCH V2] clk: qcom: camcc-sc7180: Add parent dependency to all camera GDSCs From: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, quic_skakitap@quicinc.com, quic_cponnapa@quicinc.com, Taniya Das To: Andy Gross , Bjorn Andersson , Michael Turquette , Taniya Das Date: Wed, 10 May 2023 12:31:16 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Taniya Das (2023-05-01 07:29:32) > Camera titan top GDSC is a parent supply to all other camera GDSCs. Titan > top GDSC is required to be enabled before enabling any other camera GDSCs > and it should be disabled only after all other camera GDSCs are disabled. > Ensure this behavior by marking titan top GDSC as parent of all other > camera GDSCs. >=20 > Fixes: 15d09e830bbc ("clk: qcom: camcc: Add camera clock controller drive= r for SC7180") > Signed-off-by: Taniya Das > --- Acked-by: Stephen Boyd