Re: [PATCH 2/5] i2c: qcom-cci: Add sc8280xp compatible

From: Konrad Dybcio
Date: Mon Oct 09 2023 - 06:17:02 EST


On 8.10.2023 23:28, Andi Shyti wrote:
> Hi Konrad,
>
>>> Add sc8280xp compatible with cci_v2_data parameters.
>>>
>>> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
>>> ---
>> Drop this patch, it adds nothing useful
>
> what about the rest of the series?
>
> Could you please be a bit more explicative?
This patch introduces a new compatible in the driver that does
exactly nothing, as the bindings require the use of
"qcom,sc8280xp-cci" with a fallback of "qcom,msm8996-cci". The
latter one already has a match table entry.

Konrad