diff mbox

dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/

Message ID 1524468760-22912-1-git-send-email-geert+renesas@glider.be (mailing list archive)
State Not Applicable
Headers show

Commit Message

Geert Uytterhoeven April 23, 2018, 7:32 a.m. UTC
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Neil Armstrong April 26, 2018, 8:40 a.m. UTC | #1
On 23/04/2018 09:32, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt b/Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt
> index 8ff65fa632fdedd7..c06c045126fc9070 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
> 

Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Rob Herring April 27, 2018, 9:53 p.m. UTC | #2
On Mon, Apr 23, 2018 at 09:32:40AM +0200, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

As this is only binding change, I've applied it.

Rob
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt b/Documentation/devicetree/bindings/serial/amlogic,meson-uart.txt
index 8ff65fa632fdedd7..c06c045126fc9070 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