[PATCH v2 1/3] dt-bindings: clock: qcom,lcc: add MSM8x60 family compatibles

From: Herman van Hazendonk

Date: Sun May 31 2026 - 00:09:55 EST


Add "qcom,lcc-msm8260", "qcom,lcc-msm8660" and "qcom,lcc-apq8060" to
the qcom,lcc enum and to the existing parent-clock-name conditional
block that already covers apq8064/msm8960.

The MSM8x60 family (MSM8260/MSM8660/APQ8060) is the Scorpion-class
generation preceding MSM8960; its LPASS Clock Controller is fed by
the same pxo board source and pll4_vote parents as apq8064/msm8960,
and the codec-fed slave-mode I2S/PCM clocks have the same names, so
the existing apq8064/msm8960 conditional block applies unchanged
once the new compatibles are listed.

This allows board DTs using the new compatibles to pass
dt_binding_check; the actual driver support is added by a later
patch in this series.

Signed-off-by: Herman van Hazendonk <github.com@xxxxxxxxxx>
---
Documentation/devicetree/bindings/clock/qcom,lcc.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/qcom,lcc.yaml b/Documentation/devicetree/bindings/clock/qcom,lcc.yaml
index 55985e562a34..bbdad157f03f 100644
--- a/Documentation/devicetree/bindings/clock/qcom,lcc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,lcc.yaml
@@ -12,9 +12,12 @@ maintainers:
properties:
compatible:
enum:
+ - qcom,lcc-apq8060
- qcom,lcc-apq8064
- qcom,lcc-ipq8064
- qcom,lcc-mdm9615
+ - qcom,lcc-msm8260
+ - qcom,lcc-msm8660
- qcom,lcc-msm8960

clocks:
@@ -46,7 +49,10 @@ allOf:
compatible:
contains:
enum:
+ - qcom,lcc-apq8060
- qcom,lcc-apq8064
+ - qcom,lcc-msm8260
+ - qcom,lcc-msm8660
- qcom,lcc-msm8960
then:
properties:
--
2.43.0