diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-04-23 09:32:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-23 09:55:49 +0200 |
commit | 34df2466b48dfe258e14fe2a7bc4641416575ade (patch) | |
tree | 63f12f6bd5de4151cdd817937b462f83b9d3ff06 | |
parent | 0aa821d846c0590ad64a00af95a3dcc29263d70f (diff) | |
download | linux-34df2466b48dfe258e14fe2a7bc4641416575ade.tar.gz linux-34df2466b48dfe258e14fe2a7bc4641416575ade.tar.bz2 linux-34df2466b48dfe258e14fe2a7bc4641416575ade.zip |
dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/
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/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 |