diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-03-06 10:00:45 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-23 18:08:28 +0100 |
commit | 175a7427bb72050f2cc12664d62c8ed0f2b40a23 (patch) | |
tree | f4090a5ef434f245296cfa0636984cb150507807 /Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | |
parent | ARM: dts: sunxi: Fix dtc 'dma-ranges' warnings (diff) | |
download | linux-175a7427bb72050f2cc12664d62c8ed0f2b40a23.tar.xz linux-175a7427bb72050f2cc12664d62c8ed0f2b40a23.zip |
dt-bindings: serial: Convert generic bindings to json-schema
Convert the generic serial interface Device Tree binding documentation
to json-schema.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial/renesas,sci-serial.txt')
-rw-r--r-- | Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt index a5edf4b70c7a..5816e7d739f6 100644 --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt @@ -128,9 +128,9 @@ Optional properties: transmission, and one for reception. - dma-names: Must contain a list of two DMA names, "tx" and "rx". - {cts,dsr,dcd,rng,rts,dtr}-gpios: Specify GPIOs for modem lines, cfr. the - generic serial DT bindings in serial.txt. + generic serial DT bindings in serial.yaml. - uart-has-rtscts: Indicates dedicated lines for RTS/CTS hardware flow - control, cfr. the generic serial DT bindings in serial.txt. + control, cfr. the generic serial DT bindings in serial.yaml. Example: aliases { |