Re: [PATCH 5/5] dt-bindings: iio: adc: xilinx-xadc: convert to YAML format
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-02-21 10:39:28
Also in:
linux-devicetree, linux-iio, lkml
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-02-21 10:39:28
Also in:
linux-devicetree, linux-iio, lkml
On Fri, Feb 20, 2026 at 11:09:41AM +0530, Sai Krishna Potthuri wrote:
Convert the xilinx-xadc.txt Devicetree binding to a YAML schema format and remove the old text binding. Signed-off-by: Sai Krishna Potthuri <sai.krishna.potthuri@amd.com> --- .../bindings/iio/adc/xilinx-xadc.txt | 141 ------------- .../bindings/iio/adc/xilinx-xadc.yaml | 194 ++++++++++++++++++ 2 files changed, 194 insertions(+), 141 deletions(-) delete mode 100644 Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/xilinx-xadc.yaml
There is a guide telling you what do we expect from patch touching DT. Please read it. What does it tell about subject? https://elixir.bootlin.com/linux/v6.17-rc3/source/Documentation/devicetree/bindings/submitting-patches.rst#L18 Best regards, Krzysztof