aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-10-20 04:21:49 -0400
committerGeert Uytterhoeven <geert+renesas@glider.be>2016-02-16 02:53:13 -0500
commitca00c382bf1b40a73c27aeb2bb271376cc9c8812 (patch)
tree41e33815503e137ac6badac06b5b3d07fcace641
parent7826c61138ef7dbc4ab0c3053003ef4988fd01e3 (diff)
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>
-rw-r--r--Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt2
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
61 reg = <0 0xe6e88000 0 64>; 61 reg = <0 0xe6e88000 0 64>;
62 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; 62 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
63 clocks = <&cpg CPG_MOD 310>; 63 clocks = <&cpg CPG_MOD 310>;
64 clock-names = "sci_ick"; 64 clock-names = "fck";
65 dmas = <&dmac1 0x13>, <&dmac1 0x12>; 65 dmas = <&dmac1 0x13>, <&dmac1 0x12>;
66 dma-names = "tx", "rx"; 66 dma-names = "tx", "rx";
67 power-domains = <&cpg>; 67 power-domains = <&cpg>;