diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-07-20 15:19:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-21 09:40:51 +0300 |
commit | 3bae8cea04c6db58e5e694e708bd33dac924bf30 (patch) | |
tree | a877d5b5702a1efa3bddad7ae95c218061bc9a8d | |
parent | ac8a103e695c500acc83eb5cd816d25d7a6da52f (diff) | |
download | linux-3bae8cea04c6db58e5e694e708bd33dac924bf30.tar.xz |
serial: sh-sci: Document that serial aliases became optional
Serial aliases are optional since commit 7678f4c20fa7670f ("serial:
sh-sci: Add support for dynamic instances").
Update the DT bindings to reflect this.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt index 5c002bce8f42..a7cda6550100 100644 --- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt +++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt @@ -90,7 +90,7 @@ Required properties: - "scif_clk" for the optional external clock source for the frequency divider (SCIF_CLK). -Note: Each enabled SCIx UART should have an alias correctly numbered in the +Note: Each enabled SCIx UART may have an optional "serialN" alias in the "aliases" node. Optional properties: |