Skip to content

Commit d046bd1

Browse files
RayyanAnsariwsakernel
authored andcommitted
i2c: qcom-cci: Add MSM8226 compatible
Add a compatible for MSM8226's Camera Control Interface, which is similar to the one used on MSM8916. Signed-off-by: Rayyan Ansari <rayyan@ansari.sh> Signed-off-by: Matti Lehtimäki <matti.lehtimaki@gmail.com> Reviewed-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: Wolfram Sang <wsa@kernel.org>
1 parent 9ad16f9 commit d046bd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/busses/i2c-qcom-cci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@ static const struct cci_data cci_v2_data = {
807807
};
808808

809809
static const struct of_device_id cci_dt_match[] = {
810+
{ .compatible = "qcom,msm8226-cci", .data = &cci_v1_data},
810811
{ .compatible = "qcom,msm8916-cci", .data = &cci_v1_data},
811812
{ .compatible = "qcom,msm8974-cci", .data = &cci_v1_5_data},
812813
{ .compatible = "qcom,msm8996-cci", .data = &cci_v2_data},

0 commit comments

Comments
 (0)