[PATCH] ARM: DTS: dra7xx-clocks: Add gate clock for CLKOUT2

Tony Lindgren tony at atomide.com
Mon Mar 16 15:01:43 PDT 2015


* Peter Ujfalusi <peter.ujfalusi at ti.com> [150226 05:43]:
> To be able to control the gate for the clkout2 clock output.
> 
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi at ti.com>
> Signed-off-by: Jyri Sarha <jsarha at ti.com>

Applying into omap-for-v4.1/dt thanks.

Tony

> ---
>  arch/arm/boot/dts/dra7xx-clocks.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi
> index 4bdcbd61ce47..2a9994f73974 100644
> --- a/arch/arm/boot/dts/dra7xx-clocks.dtsi
> +++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi
> @@ -1421,6 +1421,14 @@
>  		ti,dividers = <1>, <8>;
>  	};
>  
> +	clkout2_clk: clkout2_clk {
> +		#clock-cells = <0>;
> +		compatible = "ti,gate-clock";
> +		clocks = <&clkoutmux2_clk_mux>;
> +		ti,bit-shift = <8>;
> +		reg = <0x06b0>;
> +	};
> +
>  	l3init_960m_gfclk: l3init_960m_gfclk {
>  		#clock-cells = <0>;
>  		compatible = "ti,gate-clock";
> -- 
> 2.3.0
> 



More information about the linux-arm-kernel mailing list