Message ID | 1455539977-23308-1-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Quoting Geert Uytterhoeven (2016-02-15 04:39:37) > Cfr. commit a9ec81f4ed5c05db ("serial: sh-sci: Drop the interface > clock"). > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > 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 = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; > clocks = <&cpg CPG_MOD 310>; > - clock-names = "sci_ick"; > + clock-names = "fck"; > dmas = <&dmac1 0x13>, <&dmac1 0x12>; > dma-names = "tx", "rx"; > power-domains = <&cpg>; > -- > 1.9.1 >
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 = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; clocks = <&cpg CPG_MOD 310>; - clock-names = "sci_ick"; + clock-names = "fck"; dmas = <&dmac1 0x13>, <&dmac1 0x12>; dma-names = "tx", "rx"; power-domains = <&cpg>;
Cfr. commit a9ec81f4ed5c05db ("serial: sh-sci: Drop the interface clock"). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- 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(-)