diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-10-20 10:21:49 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-02-16 08:53:13 +0100 |
commit | ca00c382bf1b40a73c27aeb2bb271376cc9c8812 (patch) | |
tree | 41e33815503e137ac6badac06b5b3d07fcace641 /Documentation | |
parent | clk: shmobile: r8a7795: Add USB-DMAC clocks (diff) | |
download | linux-ca00c382bf1b40a73c27aeb2bb271376cc9c8812.tar.xz linux-ca00c382bf1b40a73c27aeb2bb271376cc9c8812.zip |
clk: shmobile: cpg-mssr: Update serial port clock in example
Cfr. commit a9ec81f4ed5c05db ("serial: sh-sci: Drop the interface
clock").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Michael Turquette <mturquette@baylibre.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt index 59297d34b208..fefb8023020f 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>; |