On Mon, Aug 19, 2024 at 06:10:53PM -0400, Richard Acayan wrote: > The CCI on the Snapdragon 670 is the interface for controlling camera > hardware over I2C. Add the compatible so it can be added to the SDM670 > device tree. > > @@ -138,6 +139,23 @@ allOf: > - const: cci > - const: camss_ahb > > + - if: > + properties: > + compatible: > + contains: > + enum: > + - qcom,sdm670-cci > + then: > + properties: > + clocks: > + minItems: 4 maxItems: 4 > + clock-names: Best regards, Krzysztof