Re: [PATCH 2/2] dt-bindings: iio: dac: ltc2632: add LTC2654 compatible strings

From: Krzysztof Kozlowski

Date: Wed Mar 11 2026 - 09:10:59 EST


On Tue, Mar 10, 2026 at 04:32:05PM +0100, David Marinović wrote:
> Add DT compatible strings for the LTC2654 DAC family variants
> supported by the ltc2632 driver.
>
> Signed-off-by: David Marinovic <david.marinovic@xxxxxxxx>
> ---
> .../devicetree/bindings/iio/dac/lltc,ltc2632.yaml | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>

Please organize the patch documenting the compatible (DT bindings)
before the patch using that compatible.
See also: https://elixir.bootlin.com/linux/v6.14-rc6/source/Documentation/devicetree/bindings/submitting-patches.rst#L46

Please run scripts/checkpatch.pl on the patches and fix reported
warnings. After that, run also 'scripts/checkpatch.pl --strict' on the
patches and (probably) fix more warnings. Some warnings can be ignored,
especially from --strict run, but the code here looks like it needs a
fix. Feel free to get in touch if the warning is not clear.

Best regards,
Krzysztof