diff options
| author | Yoshinori Sato <[email protected]> | 2016-04-18 16:51:05 +0900 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 2016-07-09 05:51:57 +0900 |
| commit | 747431b9d54d3ebdef87352006218ed948011612 (patch) | |
| tree | e10cca73b9831183f848c07630c4eb4a74ffdd9c /doc/device-tree-bindings/serial | |
| parent | 359787cfe48b066ba96b1062a1a85772464939d6 (diff) | |
serial_sh: Add standrad SCI (w/o FIFO) support
Add support for standard type SCI (without FIFO) port.
Signed-off-by: Yoshinori Sato <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'doc/device-tree-bindings/serial')
| -rw-r--r-- | doc/device-tree-bindings/serial/sh.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/serial/sh.txt b/doc/device-tree-bindings/serial/sh.txt index b23b1350462..99634a5e70c 100644 --- a/doc/device-tree-bindings/serial/sh.txt +++ b/doc/device-tree-bindings/serial/sh.txt @@ -1,6 +1,6 @@ * Renesas SCI serial interface Required properties: -- compatible: must be "renesas,scif" or "renesas,scifa" +- compatible: must be "renesas,scif", "renesas,scifa" or "renesas,sci" - reg: exactly one register range with length - clock: input clock frequency for the SCI unit |
