[PATCH 04/12] arm64: dts: qcom: kodiak: Add I2C aliases for CCI

From: Xilin Wu

Date: Tue Apr 07 2026 - 11:23:08 EST


From: Stephen Chen <stephen@xxxxxxxxx>

Add I2C bus aliases (i2c16-i2c19) for the CCI (Camera Control Interface)
I2C buses, allowing a stable numbering of these buses independent of
probe order.

Signed-off-by: Stephen Chen <stephen@xxxxxxxxx>
Signed-off-by: Xilin Wu <sophon@xxxxxxxxx>
---
arch/arm64/boot/dts/qcom/kodiak.dtsi | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/kodiak.dtsi b/arch/arm64/boot/dts/qcom/kodiak.dtsi
index 988ca5f7c8a0..3a30126af3d4 100644
--- a/arch/arm64/boot/dts/qcom/kodiak.dtsi
+++ b/arch/arm64/boot/dts/qcom/kodiak.dtsi
@@ -57,6 +57,10 @@ aliases {
i2c13 = &i2c13;
i2c14 = &i2c14;
i2c15 = &i2c15;
+ i2c16 = &cci0_i2c0;
+ i2c17 = &cci0_i2c1;
+ i2c18 = &cci1_i2c0;
+ i2c19 = &cci1_i2c1;
mmc1 = &sdhc_1;
mmc2 = &sdhc_2;
spi0 = &spi0;

--
2.53.0