Re: [PATCH 10/11] ARM: dts: qcom: Update devicetree for QCOM ADC bindings path change

From: Jishnu Prakash
Date: Mon Oct 23 2023 - 02:18:42 EST


Hi Krzysztof,

On 7/9/2023 10:56 PM, Krzysztof Kozlowski wrote:
On 08/07/2023 09:28, Jishnu Prakash wrote:
Update ADC dt-bindings file paths in QCOM devicetree files to
match the dt-bindings change moving the files from 'iio' to
'iio/adc' folder.

Signed-off-by: Jishnu Prakash <quic_jprakash@xxxxxxxxxxx>
---
Your order of patches is incorrect. DTS cannot be before bindings,
because this indicates you broke ABI. Please keep entire patchset
bisectable and split DTS to separate patchset (linking the driver and
bindings).

Best regards,
Krzysztof

OK....so you mean I can move the dtbinding files and update documentation and driver files for this, all in one patch and then make a second patch for updating devicetree files for the file paths?

I'll make this change in the next patchset if it looks fine, although the two patches would need to be picked together to avoid kernel breakage. I have asked Jonathan about this too in my reply for the previous patchset 9.

Thanks,

Jishnu