Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: clock: qcom,sm8450-camcc: Move sc8280xp camcc to sa8775p camcc

SC8280XP camcc only requires the MMCX power domain, unlike SM8450 camcc
which now supports both MMCX and MXC power domains. Hence move SC8280XP
camcc from SM8450 to SA8775P camcc, to have single power domain support.

SA8775P camcc doesn't support required-opps property currently but SC8280XP
camcc need that property, so add required-opps based on SC8280XP camcc
conditional check in SA8775P camcc bindings.

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Jagadeesh Kona <quic_jkona@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250530-videocc-pll-multi-pd-voting-v5-3-02303b3a582d@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Jagadeesh Kona and committed by
Bjorn Andersson
842fa748 a02a8f8c

+15 -2
+15
Documentation/devicetree/bindings/clock/qcom,sa8775p-camcc.yaml
··· 17 17 See also: 18 18 include/dt-bindings/clock/qcom,qcs8300-camcc.h 19 19 include/dt-bindings/clock/qcom,sa8775p-camcc.h 20 + include/dt-bindings/clock/qcom,sc8280xp-camcc.h 20 21 21 22 properties: 22 23 compatible: 23 24 enum: 24 25 - qcom,qcs8300-camcc 25 26 - qcom,sa8775p-camcc 27 + - qcom,sc8280xp-camcc 26 28 27 29 clocks: 28 30 items: ··· 37 35 maxItems: 1 38 36 description: MMCX power domain 39 37 38 + required-opps: 39 + description: 40 + OPP node describing required MMCX performance point. 41 + maxItems: 1 42 + 40 43 required: 41 44 - compatible 42 45 - clocks ··· 50 43 51 44 allOf: 52 45 - $ref: qcom,gcc.yaml# 46 + - if: 47 + properties: 48 + compatible: 49 + contains: 50 + const: qcom,sc8280xp-camcc 51 + then: 52 + required: 53 + - required-opps 53 54 54 55 unevaluatedProperties: false 55 56
-2
Documentation/devicetree/bindings/clock/qcom,sm8450-camcc.yaml
··· 15 15 domains on SM8450. 16 16 17 17 See also: 18 - include/dt-bindings/clock/qcom,sc8280xp-camcc.h 19 18 include/dt-bindings/clock/qcom,sm8450-camcc.h 20 19 include/dt-bindings/clock/qcom,sm8550-camcc.h 21 20 include/dt-bindings/clock/qcom,sm8650-camcc.h ··· 22 23 properties: 23 24 compatible: 24 25 enum: 25 - - qcom,sc8280xp-camcc 26 26 - qcom,sm8450-camcc 27 27 - qcom,sm8475-camcc 28 28 - qcom,sm8550-camcc