diff options
author | Joel Stanley <joel@jms.id.au> | 2017-05-29 12:57:52 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-03 12:48:52 +0300 |
commit | e2860e1f62f2e87d268403a749ba1f19663ef19f (patch) | |
tree | 1ecf1562eaf8bb91fff9b300c2a29fd89e4be6c3 /Documentation/devicetree/bindings/serial/8250.txt | |
parent | 71e0779153968c79038a8ed53610d69624115fca (diff) | |
download | linux-e2860e1f62f2e87d268403a749ba1f19663ef19f.tar.xz |
serial: 8250_of: Add reset support
This adds the hooks for an optional reset controller in the 8250 device
tree node.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial/8250.txt')
-rw-r--r-- | Documentation/devicetree/bindings/serial/8250.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/8250.txt b/Documentation/devicetree/bindings/serial/8250.txt index 656733949309..419ff6c0a47f 100644 --- a/Documentation/devicetree/bindings/serial/8250.txt +++ b/Documentation/devicetree/bindings/serial/8250.txt @@ -47,6 +47,7 @@ Optional properties: property. - tx-threshold: Specify the TX FIFO low water indication for parts with programmable TX FIFO thresholds. +- resets : phandle + reset specifier pairs Note: * fsl,ns16550: |