diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-02 20:42:29 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-30 01:56:26 +0100 |
commit | b345aee4d7c2387f2e36cdeb64e0f4dce34598f3 (patch) | |
tree | bc5373f081de26822ff80dfb4190f28cc59323cc /arch/arm/boot/dts/r8a7740.dtsi | |
parent | ARM: shmobile: r8a7790: switch from scif to scifa (diff) | |
download | linux-b345aee4d7c2387f2e36cdeb64e0f4dce34598f3.tar.xz linux-b345aee4d7c2387f2e36cdeb64e0f4dce34598f3.zip |
ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2
The clocks property for the scifa2 device node referred to the scifa0
clock index instead of the scifa2 clock index.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7740.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7740.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi index 502483f4dccb..559bd39e778b 100644 --- a/arch/arm/boot/dts/r8a7740.dtsi +++ b/arch/arm/boot/dts/r8a7740.dtsi @@ -197,7 +197,7 @@ compatible = "renesas,scifa-r8a7740", "renesas,scifa"; reg = <0xe6c60000 0x100>; interrupts = <0 102 IRQ_TYPE_LEVEL_HIGH>; - clocks = <&mstp2_clks R8A7740_CLK_SCIFA0>; + clocks = <&mstp2_clks R8A7740_CLK_SCIFA2>; clock-names = "sci_ick"; status = "disabled"; }; |