Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
From: Konrad Dybcio <konradybcio@kernel.org>
To: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	 Johan Hovold <johan+linaro@kernel.org>,
	 Mathieu Poirier <mathieu.poirier@linaro.org>,
	 Manivannan Sadhasivam <mani@kernel.org>,
	Vinod Koul <vkoul@kernel.org>,
	 Michael Turquette <mturquette@baylibre.com>,
	 Stephen Boyd <sboyd@kernel.org>,
	Taniya Das <quic_tdas@quicinc.com>,
	 Imran Shaik <quic_imrashai@quicinc.com>,
	 Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>,
	 Jagadeesh Kona <quic_jkona@quicinc.com>,
	 Ulf Hansson <ulf.hansson@linaro.org>,
	 Konrad Dybcio <konradybcio@kernel.org>,
	 Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	linux-arm-msm@vger.kernel.org,  devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,  linux-remoteproc@vger.kernel.org,
	linux-clk@vger.kernel.org,  linux-pm@vger.kernel.org,
	Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Subject: [PATCH 3/5] dt-bindings: clock: qcom: Allow MXC on SC8280XP CAMCC
Date: Tue, 04 Nov 2025 20:31:08 +0100	[thread overview]
Message-ID: <20251104-topic-8280_mxc-v1-3-df545af0ef94@oss.qualcomm.com> (raw)
In-Reply-To: <20251104-topic-8280_mxc-v1-0-df545af0ef94@oss.qualcomm.com>

From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Move the SC8280XP camera clock controller to the 8450 binding, as their
actual characteristics happen to be closer to that one.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
 .../devicetree/bindings/clock/qcom,sa8775p-camcc.yaml       | 13 -------------
 .../devicetree/bindings/clock/qcom,sm8450-camcc.yaml        |  2 ++
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/qcom,sa8775p-camcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sa8775p-camcc.yaml
index f42ccb6627a3..83d891caa658 100644
--- a/Documentation/devicetree/bindings/clock/qcom,sa8775p-camcc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,sa8775p-camcc.yaml
@@ -17,14 +17,12 @@ description: |
   See also:
     include/dt-bindings/clock/qcom,qcs8300-camcc.h
     include/dt-bindings/clock/qcom,sa8775p-camcc.h
-    include/dt-bindings/clock/qcom,sc8280xp-camcc.h
 
 properties:
   compatible:
     enum:
       - qcom,qcs8300-camcc
       - qcom,sa8775p-camcc
-      - qcom,sc8280xp-camcc
 
   clocks:
     items:
@@ -48,17 +46,6 @@ required:
   - power-domains
   - '#power-domain-cells'
 
-allOf:
-  - $ref: qcom,gcc.yaml#
-  - if:
-      properties:
-        compatible:
-          contains:
-            const: qcom,sc8280xp-camcc
-    then:
-      required:
-        - required-opps
-
 unevaluatedProperties: false
 
 examples:
diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml
index c1e06f39431e..7ae245dc4dda 100644
--- a/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml
@@ -18,10 +18,12 @@ description: |
     include/dt-bindings/clock/qcom,sm8450-camcc.h
     include/dt-bindings/clock/qcom,sm8550-camcc.h
     include/dt-bindings/clock/qcom,sm8650-camcc.h
+    include/dt-bindings/clock/qcom,sc8280xp-camcc.h
 
 properties:
   compatible:
     enum:
+      - qcom,sc8280xp-camcc
       - qcom,sm8450-camcc
       - qcom,sm8475-camcc
       - qcom,sm8550-camcc

-- 
2.51.2


  parent reply	other threads:[~2025-11-04 19:31 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-04 19:31 [PATCH 0/5] Define VDD_MXC for SC8280XP Konrad Dybcio
2025-11-04 19:31 ` [PATCH 1/5] dt-bindings: power: qcom,rpmpd: Add SC8280XP_MXC_AO Konrad Dybcio
2025-11-04 19:31 ` [PATCH 2/5] dt-bindings: remoteproc: qcom,sc8280xp-pas: Fix CDSP power desc Konrad Dybcio
2025-11-05  9:14   ` Krzysztof Kozlowski
2025-11-05  9:15     ` Konrad Dybcio
2025-11-04 19:31 ` Konrad Dybcio [this message]
2025-11-04 20:28   ` [PATCH 3/5] dt-bindings: clock: qcom: Allow MXC on SC8280XP CAMCC Rob Herring (Arm)
2025-11-04 19:31 ` [PATCH 4/5] pmdomain: qcom: rpmhpd: Add MXC to SC8280XP Konrad Dybcio
2025-11-04 19:31 ` [PATCH 5/5] arm64: dts: qcom: sc8280xp: Add missing VDD_MXC links Konrad Dybcio
2025-11-05  1:00   ` Dmitry Baryshkov
2025-11-05  9:21   ` Imran Shaik
2025-11-05 11:02     ` Konrad Dybcio
2025-11-06  9:14       ` Imran Shaik
2025-11-26 20:10 ` (subset) [PATCH 0/5] Define VDD_MXC for SC8280XP Bjorn Andersson
2025-12-01 20:14   ` Rob Herring
2025-12-02  9:19     ` Ulf Hansson
2025-12-02 13:27       ` Konrad Dybcio
2025-12-02 17:27         ` Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251104-topic-8280_mxc-v1-3-df545af0ef94@oss.qualcomm.com \
    --to=konradybcio@kernel.org \
    --cc=andersson@kernel.org \
    --cc=bryan.odonoghue@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=johan+linaro@kernel.org \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=mani@kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=mturquette@baylibre.com \
    --cc=quic_imrashai@quicinc.com \
    --cc=quic_jkona@quicinc.com \
    --cc=quic_tdas@quicinc.com \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=ulf.hansson@linaro.org \
    --cc=vkoul@kernel.org \
    --cc=vladimir.zapolskiy@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox