Re: [PATCH v3 0/1] dt-bindings: iio: dds: Add AD9832/AD9835 binding

From: Sanjay Chitroda

Date: Fri May 08 2026 - 22:12:03 EST




On 9 May 2026 7:07:44 am IST, Hungyu Lin <dennylin0707@xxxxxxxxx> wrote:
>This series adds devicetree binding documentation for the
>Analog Devices AD9832 and AD9835 DDS devices.
>
>v3:
> - Require spi-cpol in binding and example
> - Use generic node name (dds@0) in example
>

Hi,

Thank you for the change.

Ideally, multiple logical changes should be split into series. For a single patch you can include changelog like this:

Signed-off-by: ....
---
Changes in v2:
- Add SPI peripheral schema reference
---
.../bindings..
| 94 +++++++++++++++++++

If reviewer specifically asked to update, you can mention in the changelog as well. for examle:

- Add SPI peripheral schema reference based on review comment from <Reviewer Name>

Replace <Reviewer Name> with the actual reviewer.

Thanks,
Sanjay

>v2:
> - Add SPI peripheral schema reference
> - Fix example by adding clock and regulator providers
> - Fix SPDX license format
>
>Hungyu Lin (1):
> dt-bindings: iio: dds: Add AD9832/AD9835 binding
>
> .../bindings/iio/dds/adi,ad9832.yaml | 91 +++++++++++++++++++
> 1 file changed, 91 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/dds/adi,ad9832.yaml
>