diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-02-21 03:11:36 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-02-26 17:45:36 +0100 |
commit | 4f325e8c83e752b84d2c10b9234c5518c198e15e (patch) | |
tree | dca72a2320a01e076cbc5141951dbba239f7aebb /Documentation/devicetree/bindings/serial/uniphier-uart.txt | |
parent | of: unittest: annotate warnings triggered by unittest (diff) | |
download | linux-4f325e8c83e752b84d2c10b9234c5518c198e15e.tar.xz linux-4f325e8c83e752b84d2c10b9234c5518c198e15e.zip |
dt-bindings: serial: Convert UniPhier UART to json-schema
Convert the UniPhier UART binding to DT schema format.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/serial/uniphier-uart.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Documentation/devicetree/bindings/serial/uniphier-uart.txt b/Documentation/devicetree/bindings/serial/uniphier-uart.txt deleted file mode 100644 index 7a1bf02bb869..000000000000 --- a/Documentation/devicetree/bindings/serial/uniphier-uart.txt +++ /dev/null @@ -1,22 +0,0 @@ -UniPhier UART controller - -Required properties: -- compatible: should be "socionext,uniphier-uart". -- reg: offset and length of the register set for the device. -- interrupts: a single interrupt specifier. -- clocks: phandle to the input clock. - -Optional properties: --auto-flow-control: enable automatic flow control support. - -Example: - aliases { - serial0 = &serial0; - }; - - serial0: serial@54006800 { - compatible = "socionext,uniphier-uart"; - reg = <0x54006800 0x40>; - interrupts = <0 33 4>; - clocks = <&uart_clk>; - }; |