diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-10-16 16:23:06 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-10-22 16:23:56 +0200 |
commit | 656875dfdb7b392eafa00abef5a71c0ef741471b (patch) | |
tree | 6f32e172f33e589d8aec460bc1f627b68bcdba6d | |
parent | Documentation/devicetree: Update PCI Device Tree bindings (diff) | |
download | linux-656875dfdb7b392eafa00abef5a71c0ef741471b.tar.xz linux-656875dfdb7b392eafa00abef5a71c0ef741471b.zip |
serial: pl011: Spelling s/clocks-names/clock-names/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/serial/pl011.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/pl011.txt b/Documentation/devicetree/bindings/serial/pl011.txt index cbae3d9a0278..77863aefe9ef 100644 --- a/Documentation/devicetree/bindings/serial/pl011.txt +++ b/Documentation/devicetree/bindings/serial/pl011.txt @@ -19,7 +19,7 @@ Optional properties: must correspond to the PCLK clocking the internal logic of the block. Just listing one clock (the first one) is deprecated. -- clocks-names: +- clock-names: When present, the first clock listed must be named "uartclk" and the second clock listed must be named "apb_pclk" |