Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1398478 > unrolled thread

[PATCH v3 05/27] ARM: dts: exynos: Switch MCT node to a new fin_pll clock

Started byKrzysztof Kozlowski <krzk@kernel.org>
First post2016-05-10 22:20 +0200
Last post2016-05-10 22:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 05/27] ARM: dts: exynos: Switch MCT node to a new fin_pll clock Krzysztof Kozlowski <krzk@kernel.org> - 2016-05-10 22:20 +0200

#1398478 — [PATCH v3 05/27] ARM: dts: exynos: Switch MCT node to a new fin_pll clock

FromKrzysztof Kozlowski <krzk@kernel.org>
Date2016-05-10 22:20 +0200
Subject[PATCH v3 05/27] ARM: dts: exynos: Switch MCT node to a new fin_pll clock
Message-ID<rxmio-1nf-57@gated-at.bofh.it>
The clk-exynos5410 driver now provides the "fin_pll" external fixed
clock. Switch the Multi-Core Timer to this clock.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
---
 arch/arm/boot/dts/exynos5410.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi
index 7a56aec2c5ba..233149abfb62 100644
--- a/arch/arm/boot/dts/exynos5410.dtsi
+++ b/arch/arm/boot/dts/exynos5410.dtsi
@@ -125,7 +125,7 @@
 			interrupts = <0>, <1>, <2>, <3>,
 				<4>, <5>, <6>, <7>,
 				<8>, <9>, <10>, <11>;
-			clocks = <&fin_pll>, <&clock CLK_MCT>;
+			clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
 			clock-names = "fin_pll", "mct";
 
 			interrupt_map: interrupt-map {
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web