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


Groups > linux.kernel > #1402814

[PATCH 05/11] ARM: DT: STiH410: Add compatibility string on clkgend0 for audio clocks

From Gabriel Fernandez <gabriel.fernandez@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 05/11] ARM: DT: STiH410: Add compatibility string on clkgend0 for audio clocks
Date 2016-05-18 10:50 +0200
Message-ID <rA5l1-87e-33@gated-at.bofh.it> (permalink)
References <rA5kZ-87e-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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..c265e54 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,stih407-clkgend0", "st,flexgen";
 
 				clocks = <&clk_s_d0_quadfs 0>,
 					 <&clk_s_d0_quadfs 1>,
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/11] Clock improvement for video playback Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-05-18 10:50 +0200
  [PATCH 05/11] ARM: DT: STiH410: Add compatibility string on clkgend0 for audio clocks Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-05-18 10:50 +0200
  Re: [PATCH 00/11] Clock improvement for video playback Arnaud Pouliquen <arnaud.pouliquen@st.com> - 2016-05-24 09:50 +0200

csiph-web