Re: [PATCH v3 03/14] ARM: DT: STiH4xx: Simplify clock binding of STiH4xx platforms

From: Patrice Chotard
Date: Thu Sep 15 2016 - 03:45:43 EST




On 08/29/2016 02:26 PM, gabriel.fernandez@xxxxxx wrote:
> From: Gabriel Fernandez <gabriel.fernandez@xxxxxx>
>
> This patch simplifies the clock binding because we had too much detail.
>
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@xxxxxx>
> ---
> arch/arm/boot/dts/stih407-clock.dtsi | 18 +++++++++---------
> arch/arm/boot/dts/stih410-clock.dtsi | 16 ++++++++--------
> arch/arm/boot/dts/stih418-clock.dtsi | 16 ++++++++--------
> 3 files changed, 25 insertions(+), 25 deletions(-)
>
> diff --git a/arch/arm/boot/dts/stih407-clock.dtsi b/arch/arm/boot/dts/stih407-clock.dtsi
> index ad45f5e..38a56d7 100644
> --- a/arch/arm/boot/dts/stih407-clock.dtsi
> +++ b/arch/arm/boot/dts/stih407-clock.dtsi
> @@ -42,7 +42,7 @@

[...]
> @@ -309,7 +309,7 @@
>
> clk_s_d3_quadfs: clk-s-d3-quadfs@9107000 {
> #clock-cells = <1>;
> - compatible = "st,stih407-quadfs660-D", "st,quadfs";
> + compatible = "st,quadfs";
> reg = <0x9107000 0x1000>;
>
> clocks = <&clk_sysin>;
>


Hi Gabriel

Applied on STi tree for v4.9

Thanks