Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1414818
| From | Gabriel Fernandez <gabriel.fernandez@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 08/13] ARM: DT: STiH418: Enable clock propagation for audio clocks |
| Date | 2016-06-06 11:30 +0200 |
| Message-ID | <rGZ18-2XO-1@gated-at.bofh.it> (permalink) |
| References | <rGZ18-2XO-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch is used in the clock driver to apply a clock propagation
flag on the audio clocks 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 ae6d997..96b4d7b 100644
--- a/arch/arm/boot/dts/stih418-clock.dtsi
+++ b/arch/arm/boot/dts/stih418-clock.dtsi
@@ -229,7 +229,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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 08/13] ARM: DT: STiH418: Enable clock propagation for audio clocks Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-06-06 11:30 +0200
csiph-web