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


Groups > linux.kernel > #1402802 > unrolled thread

[PATCH 09/11] ARM: DT: STiH418: Enable synchronous clock mode on clkgend2

Started byGabriel Fernandez <gabriel.fernandez@linaro.org>
First post2016-05-18 10:50 +0200
Last post2016-05-18 10:50 +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 09/11] ARM: DT: STiH418: Enable synchronous clock mode on clkgend2 Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-05-18 10:50 +0200

#1402802 — [PATCH 09/11] ARM: DT: STiH418: Enable synchronous clock mode on clkgend2

FromGabriel Fernandez <gabriel.fernandez@linaro.org>
Date2016-05-18 10:50 +0200
Subject[PATCH 09/11] ARM: DT: STiH418: Enable synchronous clock mode on clkgend2
Message-ID<rA5l0-87e-19@gated-at.bofh.it>
This patch adds a compatibility string on clkgend2 to allow the clock
driver to handle the synchronous/asynchronous modes of STiH418

Signed-off-by: Olivier Bideau <olivier.bideau@st.com>
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org>
---
 arch/arm/boot/dts/stih418-clock.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/stih418-clock.dtsi b/arch/arm/boot/dts/stih418-clock.dtsi
index 9740f41..4ae70a7 100644
--- a/arch/arm/boot/dts/stih418-clock.dtsi
+++ b/arch/arm/boot/dts/stih418-clock.dtsi
@@ -271,7 +271,7 @@
 
 			clk_s_d2_flexgen: clk-s-d2-flexgen {
 				#clock-cells = <1>;
-				compatible = "st,flexgen";
+				compatible = "st,stih407-clkgend2", "st,flexgen";
 
 				clocks = <&clk_s_d2_quadfs 0>,
 					 <&clk_s_d2_quadfs 1>,
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web