On Thu, 17 Feb 2022 10:52:42 +0100, AngeloGioacchino Del Regno wrote: > Convert the MediaTek UART APDMA Controller binding to DT schema. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx> > --- > v3: Removed anyOf condition > v2: Fixed interrupt maxItems to 16, added interrupts/reg maxItems constraint > to 8 when the dma-requests property is not present > > .../bindings/dma/mediatek,uart-dma.yaml | 122 ++++++++++++++++++ > .../bindings/dma/mtk-uart-apdma.txt | 56 -------- > 2 files changed, 122 insertions(+), 56 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml > delete mode 100644 Documentation/devicetree/bindings/dma/mtk-uart-apdma.txt > Acked-by: Rob Herring <robh@xxxxxxxxxx>