On Thu, Jun 13, 2024 at 12:58:32AM GMT, Vladimir Zapolskiy wrote: > Add sm8550 compatible consistent with CAMSS CCI interfaces, the list of > clocks is reduced by removing "slow_ahb_src" clock, which is derived > from "cpas_ahb" clock. > > Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx> Andi, could you please take the two binding patches from this series (patch 1 and 2) through your tree, so that I can take the dts changes through the Qualcomm DeviceTree tree? Regards, Bjorn > --- > .../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml > index daf4e71b8e7f..e5c4b20446b6 100644 > --- a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml > +++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml > @@ -31,6 +31,7 @@ properties: > - qcom,sm6350-cci > - qcom,sm8250-cci > - qcom,sm8450-cci > + - qcom,sm8550-cci > - const: qcom,msm8996-cci # CCI v2 > > "#address-cells": > @@ -195,6 +196,23 @@ allOf: > - const: cpas_ahb > - const: cci > > + - if: > + properties: > + compatible: > + contains: > + enum: > + - qcom,sm8550-cci > + then: > + properties: > + clocks: > + minItems: 3 > + maxItems: 3 > + clock-names: > + items: > + - const: camnoc_axi > + - const: cpas_ahb > + - const: cci > + > additionalProperties: false > > examples: > -- > 2.33.0 >