diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-04-23 09:32:40 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-04-27 16:53:35 -0500 |
commit | 779857e1870178e9f4aee600f17e44d81ff630b2 (patch) | |
tree | bcb7ef64a4b1547698d1533a76932a1d22f25a04 /Documentation | |
parent | 83ef4777f5ff3689e6e52d3913a13d79aa25f1b5 (diff) | |
download | linux-stable-779857e1870178e9f4aee600f17e44d81ff630b2.tar.gz linux-stable-779857e1870178e9f4aee600f17e44d81ff630b2.tar.bz2 linux-stable-779857e1870178e9f4aee600f17e44d81ff630b2.zip |
dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt b/Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt index 8ff65fa632fd..c06c045126fc 100644 --- a/Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt +++ b/Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt @@ -21,7 +21,7 @@ Required properties: - interrupts : identifier to the device interrupt - clocks : a list of phandle + clock-specifier pairs, one for each entry in clock names. -- clocks-names : +- clock-names : * "xtal" for external xtal clock identifier * "pclk" for the bus core clock, either the clk81 clock or the gate clock * "baud" for the source of the baudrate generator, can be either the xtal |