projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c05589
)
ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Thu, 2 Oct 2014 18:42:29 +0000
(20:42 +0200)
committer
Simon Horman
<horms+renesas@verge.net.au>
Thu, 30 Oct 2014 00:56:26 +0000
(09:56 +0900)
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>
arch/arm/boot/dts/r8a7740.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7740.dtsi
b/arch/arm/boot/dts/r8a7740.dtsi
index 502483f4dccb2f45e6c5ed592a50a528e248b239..559bd39e778bddaf5ab98e44a7cb1cb7547e6061 100644
(file)
--- 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_SCIFA
0
>;
+ clocks = <&mstp2_clks R8A7740_CLK_SCIFA
2
>;
clock-names = "sci_ick";
status = "disabled";
};