diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-02-20 15:49:29 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-25 10:49:14 +0100 |
commit | 0c002ef8caeff728d4015082cbe998cfdd57f1e0 (patch) | |
tree | 4c3b7274dbe2a80a191541791e2c53f1caed9162 /arch/arm/boot/dts/r8a7791.dtsi | |
parent | 7c001e556e743afa4b58bc39f7ae444c6af58619 (diff) | |
download | lwn-0c002ef8caeff728d4015082cbe998cfdd57f1e0.tar.gz lwn-0c002ef8caeff728d4015082cbe998cfdd57f1e0.zip |
ARM: shmobile: r8a7791 dtsi: Fix typo in msiof2 clock output name
Introduced in commit cded80f869aef94853e056ab9c21e305b0c26138 ("ARM:
shmobile: r8a7791: Add MSIOF clocks in device tree").
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7791.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index 19c65509a22d..3b075dd19b51 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -429,7 +429,7 @@ R8A7791_CLK_MSIOF1 R8A7791_CLK_SCIFB2 >; clock-output-names = - "scifa2", "scifa1", "scifa0", "misof2", "scifb0", + "scifa2", "scifa1", "scifa0", "msiof2", "scifb0", "scifb1", "msiof1", "scifb2"; }; mstp3_clks: mstp3_clks@e615013c { |