The changeset adds description of camera control interface controllers found on Qualcomm SM8550 and SM8650 SoCs. Previous version of the change is found as a single patch for SM8650 SoC: https://lore.kernel.org/all/20240410074951.447898-1-vladimir.zapolskiy@xxxxxxxxxx/ Changes from v1 to v2: * added new SM8550 specific changes, * added dt-bindings documentation changes for both SM8550 and SM8650, * unified bus names to follow cciX_Y scheme as it's mentioned by Konrad, * removed minor code leftovers in sm8650.dtsi. The patchset is based on v4 of "Add support for videocc and camcc on SM8650" series by Jagadeesh Kona: https://lore.kernel.org/all/20240602114439.1611-1-quic_jkona@xxxxxxxxxxx/ Note, that during the testing on SM8550-QRD board I discovered that it's necessary to replace sm8550-camcc power domain from MMCX to MXC, however that change and these ones are independent. https://lore.kernel.org/all/20240612214812.1149019-1-vladimir.zapolskiy@xxxxxxxxxx/ Vladimir Zapolskiy (4): dt-bindings: i2c: qcom-cci: Document sm8550 compatible dt-bindings: i2c: qcom-cci: Document sm8650 compatible arm64: dts: qcom: sm8550: add description of CCI controllers arm64: dts: qcom: sm8650: add description of CCI controllers .../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 20 ++ arch/arm64/boot/dts/qcom/sm8550.dtsi | 252 +++++++++++++++ arch/arm64/boot/dts/qcom/sm8650.dtsi | 291 ++++++++++++++++++ 3 files changed, 563 insertions(+) -- 2.33.0