diff options
author | Vignesh R <vigneshr@ti.com> | 2019-01-09 12:12:05 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-18 13:23:00 +0300 |
commit | 7f0c77f35b1b8e0970b4be0aeccb85467b525df7 (patch) | |
tree | 8bb00a055641633324d4dc46be0bb3236e876c42 /Documentation/devicetree/bindings/serial/omap_serial.txt | |
parent | d6ce4ec0b81627f813b9cd5316a8191a6fe111e2 (diff) | |
download | linux-7f0c77f35b1b8e0970b4be0aeccb85467b525df7.tar.xz |
dt-bindings: serial: omap_serial: add clocks entry
Document clocks property used to pass phandle to functional clk.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial/omap_serial.txt')
-rw-r--r-- | Documentation/devicetree/bindings/serial/omap_serial.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/omap_serial.txt b/Documentation/devicetree/bindings/serial/omap_serial.txt index c35d5ece1156..0a9b5444f4e6 100644 --- a/Documentation/devicetree/bindings/serial/omap_serial.txt +++ b/Documentation/devicetree/bindings/serial/omap_serial.txt @@ -22,6 +22,8 @@ Optional properties: - dma-names : "rx" for receive channel, "tx" for transmit channel. - rs485-rts-delay, rs485-rx-during-tx, linux,rs485-enabled-at-boot-time: see rs485.txt - rs485-rts-active-high: drive RTS high when sending (default is low). +- clocks: phandle to the functional clock as per + Documentation/devicetree/bindings/clock/clock-bindings.txt Example: |