From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9EFC9169AE6; Fri, 28 Mar 2025 08:09:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743149344; cv=none; b=dRzGQ4ZwXidlugPEokdFkSEMNyJAuBS4uqImPvABVMSjlKduzYOICOKF9csJP1JyHF9r2DyZQlwR8OWc9I2uqTSvx7aCIBcAr+q1UsED6SpqnkANlz6GsXIMIrgd+H1pkuCktqexdHAjbIpos/jB+o+wLuD4GDAXIbUJTDKz4vg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743149344; c=relaxed/simple; bh=OBpLtwTtfbQtKkt+MMtJTRYgPCnErNcPnE4ApUt+Wt4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mJzBpwvrDvBEyHZ1ovN/359O9Vbj9tolrmfvlvAVlZoa2sWrxJgUqde0qQrsQxdY13FwfK2/jrw8N6KDgsgmeyl8aaSqn9fsJCcRjGGHZnDmcK6c0+SxSngSKwB+eG/OTcR1slt2K0j31q+dtRTaPu9WO9JzDSKFqhKASRVFHsY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 38E01C4CEE4; Fri, 28 Mar 2025 08:09:03 +0000 (UTC) Date: Fri, 28 Mar 2025 09:09:00 +0100 From: Krzysztof Kozlowski To: Jagadeesh Kona Cc: Bjorn Andersson , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Konrad Dybcio , Vladimir Zapolskiy , Dmitry Baryshkov , Ajit Pandey , Imran Shaik , Taniya Das , Satya Priya Kakitapalli , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bryan O'Donoghue Subject: Re: [PATCH v3 01/18] dt-bindings: clock: qcom,sm8450-videocc: Add MXC power domain Message-ID: <20250328-wise-chocolate-marten-bdccd6@krzk-bin> References: <20250327-videocc-pll-multi-pd-voting-v3-0-895fafd62627@quicinc.com> <20250327-videocc-pll-multi-pd-voting-v3-1-895fafd62627@quicinc.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20250327-videocc-pll-multi-pd-voting-v3-1-895fafd62627@quicinc.com> On Thu, Mar 27, 2025 at 03:22:21PM +0530, Jagadeesh Kona wrote: > To configure the video PLLs and enable the video GDSCs on SM8450, > SM8475, SM8550 and SM8650 platforms, the MXC rail must be ON along Either your patches are not ordered correctly or you forgot that SC8280xp also gets MXC. Best regards, Krzysztof