From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ahti.lucaweiss.eu (ahti.lucaweiss.eu [128.199.32.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C8FCB2AD38; Sat, 29 Jun 2024 08:22:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=128.199.32.197 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719649368; cv=none; b=TpVR+X7o/GNiIMwceEqueSH7FzZ5W5vinrK7QXfirR9a9NK+fir7tVv9EPjc9SvEsvtMGmMfA6d0G2IwkJ4H/AbgIeXxCV3koBk5euIUGrd7w3YF/Cy64mempOpl+YL8c2OU3+duzO1z7M6l5exV1RJ5q5Ez4rAznDMW1dV5O/Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719649368; c=relaxed/simple; bh=FHKzh/Kr8vmSuI5zyQKcUxH/uadsHSfsj4Vf0FgJiUk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=FgAGJnjMHAH8YFPszjmG7GvRpU3uLMFYjQwibw1QRwjB7xOFWu/uHeSQKHruxSLjQkjsSHF7kupltdS0RrOzLxe6iQNCYU6Wk+06osMeUtIEBSK7C3KDgOaVa70P5uRZ4QMCLWixoTYrTrW/EHQNc0Z3mQNDAuMcUCjB+4cD8yI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=lucaweiss.eu; spf=pass smtp.mailfrom=lucaweiss.eu; dkim=pass (1024-bit key) header.d=lucaweiss.eu header.i=@lucaweiss.eu header.b=7OYeSst2; arc=none smtp.client-ip=128.199.32.197 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=lucaweiss.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lucaweiss.eu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lucaweiss.eu header.i=@lucaweiss.eu header.b="7OYeSst2" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lucaweiss.eu; s=s1; t=1719649363; bh=FHKzh/Kr8vmSuI5zyQKcUxH/uadsHSfsj4Vf0FgJiUk=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=7OYeSst2GC9T+UK9Uap/Y07wy9fcsIK5ydPiu5IrDxVsbfvl5mzlU24pRGBcCHEUq 0DJ6jDPtDgrdM2gEkS2HVQU7/xvh2fHuvoEkRhPKq4qwJxzipbFJDsN+J1Zf50Rzn6 OalsITB6xnz7hRYRgNaU4QRt2gKzhkied12a/H7I= From: Luca Weiss To: Robert Foss , Todor Tomov , Bryan O'Donoghue , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Kapatrala Syed , Hariram Purushothaman , cros-qcom-dts-watchers@chromium.org, Bjorn Andersson , Konrad Dybcio , Loic Poulain , Andi Shyti , Vikram Sharma Cc: linux-arm-msm@vger.kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, Vikram Sharma , Hariram Purushothaman Subject: Re: [PATCH 5/6] i2c: Enable IMX577 camera sensor for qcm6490 Date: Sat, 29 Jun 2024 10:22:40 +0200 Message-ID: <2902343.mvXUDI8C0e@g550jk> In-Reply-To: <20240629-camss_first_post_linux_next-v1-5-bc798edabc3a@quicinc.com> References: <20240629-camss_first_post_linux_next-v1-0-bc798edabc3a@quicinc.com> <20240629-camss_first_post_linux_next-v1-5-bc798edabc3a@quicinc.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" On Freitag, 28. Juni 2024 20:32:39 MESZ Vikram Sharma wrote: > This change enables IMX577 sensor driver for qcm6490. > > Signed-off-by: Hariram Purushothaman > Signed-off-by: Vikram Sharma > --- > drivers/i2c/busses/i2c-qcom-cci.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/i2c/busses/i2c-qcom-cci.c b/drivers/i2c/busses/i2c-qcom-cci.c > index 414882c57d7f..10e6df566ae3 100644 > --- a/drivers/i2c/busses/i2c-qcom-cci.c > +++ b/drivers/i2c/busses/i2c-qcom-cci.c > @@ -817,6 +817,7 @@ static const struct of_device_id cci_dt_match[] = { > * Do not add any new ones unless they introduce a new config > */ > { .compatible = "qcom,msm8916-cci", .data = &cci_v1_data}, > + { .compatible = "qcom,sc7280-cci", .data = &cci_v2_data}, Please read the comment above qcom,msm8916-cci. And sc7280.dtsi already uses compatible = "qcom,sc7280-cci", "qcom,msm8996-cci"; So qcom,msm8996-cci with the same match data (cci_v2_data) gets used, so just drop this patch. Regards Luca > { .compatible = "qcom,sdm845-cci", .data = &cci_v2_data}, > { .compatible = "qcom,sm8250-cci", .data = &cci_v2_data}, > { .compatible = "qcom,sm8450-cci", .data = &cci_v2_data}, > >