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


Groups > linux.kernel > #1423848 > unrolled thread

[RESEND PATCH v2 07/13] ARM: DT: STiH410: Enable clock propagation for audio clocks

Started byGabriel Fernandez <gabriel.fernandez@linaro.org>
First post2016-06-16 11:30 +0200
Last post2016-06-16 11:30 +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

  [RESEND PATCH v2 07/13] ARM: DT: STiH410: Enable clock propagation for audio clocks Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-06-16 11:30 +0200

#1423848 — [RESEND PATCH v2 07/13] ARM: DT: STiH410: Enable clock propagation for audio clocks

FromGabriel Fernandez <gabriel.fernandez@linaro.org>
Date2016-06-16 11:30 +0200
Subject[RESEND PATCH v2 07/13] ARM: DT: STiH410: Enable clock propagation for audio clocks
Message-ID<rKBMC-6A6-29@gated-at.bofh.it>
This patch is used in the clock driver to apply a clock propagation
flag on the audio clocks of STiH410

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

diff --git a/arch/arm/boot/dts/stih410-clock.dtsi b/arch/arm/boot/dts/stih410-clock.dtsi
index d1f2aca..5a9a487 100644
--- a/arch/arm/boot/dts/stih410-clock.dtsi
+++ b/arch/arm/boot/dts/stih410-clock.dtsi
@@ -226,7 +226,7 @@
 
 			clk_s_d0_flexgen: clk-s-d0-flexgen {
 				#clock-cells = <1>;
-				compatible = "st,flexgen";
+				compatible = "st,flexgen-audio", "st,flexgen";
 
 				clocks = <&clk_s_d0_quadfs 0>,
 					 <&clk_s_d0_quadfs 1>,
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web