On Wed, Feb 18, 2026 at 06:59:05AM +0000, Antony Kurniawan Soemardi wrote: > Document the qcom,rpmcc-msm8960 compatible. > > The MSM8960 platform shares the same RPM clock definitions as > APQ8064, so extend the existing conditional schema to treat > qcom,rpmcc-msm8960 the same as qcom,rpmcc-apq8064.
The way you implemented it, it requires driver changes which were not included in this PR. > > Signed-off-by: Antony Kurniawan Soemardi <[email protected]> > --- > Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml > b/Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml > index > ab97d4b7dba8bc8d38903b399d2bd4bda087db8a..f84d08199e47f45ecb176d350eeb7df8c3ff506b > 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml > +++ b/Documentation/devicetree/bindings/clock/qcom,rpmcc.yaml > @@ -36,6 +36,7 @@ properties: > - qcom,rpmcc-msm8937 > - qcom,rpmcc-msm8940 > - qcom,rpmcc-msm8953 > + - qcom,rpmcc-msm8960 > - qcom,rpmcc-msm8974 > - qcom,rpmcc-msm8976 > - qcom,rpmcc-msm8992 > @@ -90,7 +91,9 @@ allOf: > properties: > compatible: > contains: > - const: qcom,rpmcc-apq8064 > + enum: > + - qcom,rpmcc-apq8064 > + - qcom,rpmcc-msm8960 > then: > properties: > clocks: > > -- > 2.34.1 > -- With best wishes Dmitry

