Message ID | 20221213-sm6350-cci-v2-0-15c2c14c34bb@fairphone.com |
---|---|
Headers | show |
Series | Add CCI bus support for SM6350 | expand |
On Fri, Jan 20, 2023 at 02:13:44PM +0100, Luca Weiss wrote: > Document the compatible for the CCI block found on SM6350 SoC. > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Applied to for-next, thanks!
On Fri, 20 Jan 2023 14:13:43 +0100, Luca Weiss wrote: > Add the camera clock controller node and CCI nodes to sm6350 dtsi and enable > the i2c busses on Fairphone 4 dts. > > This is tested using PM8008 regulator patches from the lists which power the > cameras, and using i2cdetect/i2cget/i2cset reading the sensor ID registers. > > > [...] Applied, thanks! [2/4] arm64: dts: qcom: sm6350: Add camera clock controller commit: 4ab96c9c4012770f50f90bda2e61ef774bb63be5 [3/4] arm64: dts: qcom: sm6350: Add CCI nodes commit: 033fb15f39b8f092bf4664144784a3e19c834f26 [4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI busses commit: bd3dc67bbc34d684c7d94865bb10283508d7cd84 Best regards,
Add the camera clock controller node and CCI nodes to sm6350 dtsi and enable the i2c busses on Fairphone 4 dts. This is tested using PM8008 regulator patches from the lists which power the cameras, and using i2cdetect/i2cget/i2cset reading the sensor ID registers. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> --- Changes in v2: - Correct ordering of attributes in sm6350.dtsi (#*-cells, pinctrl-names, bias-*) - Link to v1: https://lore.kernel.org/r/20221213-sm6350-cci-v1-0-e5d0c36e0c4f@fairphone.com --- Luca Weiss (4): dt-bindings: i2c: qcom-cci: Document SM6350 compatible arm64: dts: qcom: sm6350: Add camera clock controller arm64: dts: qcom: sm6350: Add CCI nodes arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI busses .../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 + arch/arm64/boot/dts/qcom/sm6350.dtsi | 141 +++++++++++++++++++++ arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 20 +++ 3 files changed, 163 insertions(+) --- base-commit: 1578f85d549045aac441821064e7953732460e51 change-id: 20221213-sm6350-cci-38baf19ace3b Best regards,