Re: [PATCH] clk: shmobile: cpg-mssr: Update serial port clock in example

2016-02-15 Thread Michael Turquette
Quoting Geert Uytterhoeven (2016-02-15 04:39:37)
> Cfr. commit a9ec81f4ed5c05db ("serial: sh-sci: Drop the interface
> clock").
> 
> Signed-off-by: Geert Uytterhoeven 
> ---
> I plan to queue this up with the other clk-shmobile patches in
> clk-shmobile-for-v4.6 and send a pull request later.

Ack.

Regards,
Mike

> 
>  Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt 
> b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt
> index 59297d34b2084429..fefb8023020f1a54 100644
> --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt
> +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt
> @@ -61,7 +61,7 @@ Examples
> reg = <0 0xe6e88000 0 64>;
> interrupts = ;
> clocks = < CPG_MOD 310>;
> -   clock-names = "sci_ick";
> +   clock-names = "fck";
> dmas = < 0x13>, < 0x12>;
> dma-names = "tx", "rx";
> power-domains = <>;
> -- 
> 1.9.1
> 


[PATCH] clk: shmobile: cpg-mssr: Update serial port clock in example

2016-02-15 Thread Geert Uytterhoeven
Cfr. commit a9ec81f4ed5c05db ("serial: sh-sci: Drop the interface
clock").

Signed-off-by: Geert Uytterhoeven 
---
I plan to queue this up with the other clk-shmobile patches in
clk-shmobile-for-v4.6 and send a pull request later.

 Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt 
b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt
index 59297d34b2084429..fefb8023020f1a54 100644
--- a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt
+++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt
@@ -61,7 +61,7 @@ Examples
reg = <0 0xe6e88000 0 64>;
interrupts = ;
clocks = < CPG_MOD 310>;
-   clock-names = "sci_ick";
+   clock-names = "fck";
dmas = < 0x13>, < 0x12>;
dma-names = "tx", "rx";
power-domains = <>;
-- 
1.9.1