Re: [PATCH v3 08/14] ARM: DT: STiH410: Enable clock propagation for audio clocks

From: Patrice Chotard
Date: Thu Sep 15 2016 - 03:49:51 EST




On 08/29/2016 02:27 PM, gabriel.fernandez@xxxxxx wrote:
> From: Gabriel Fernandez <gabriel.fernandez@xxxxxx>
>
> 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@xxxxxx>
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@xxxxxx>
> Acked-by: Peter Griffin <peter.griffin@xxxxxxxxxx>
> ---
> 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 e8f4d44..aec2aa7 100644
> --- a/arch/arm/boot/dts/stih410-clock.dtsi
> +++ b/arch/arm/boot/dts/stih410-clock.dtsi
> @@ -235,7 +235,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>,
>
Hi Gabriel

Applied on STi tree for v4.9

Thanks