devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: DTS: dra7xx-clocks: Add gate clock for CLKOUT2
@ 2015-02-26 13:39 Peter Ujfalusi
  2015-03-16 22:01 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Ujfalusi @ 2015-02-26 13:39 UTC (permalink / raw)
  To: tony, t-kristo; +Cc: linux-omap, devicetree, linux-arm-kernel

To be able to control the gate for the clkout2 clock output.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: DTS: dra7xx-clocks: Add gate clock for CLKOUT2
  2015-02-26 13:39 [PATCH] ARM: DTS: dra7xx-clocks: Add gate clock for CLKOUT2 Peter Ujfalusi
@ 2015-03-16 22:01 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2015-03-16 22:01 UTC (permalink / raw)
  To: Peter Ujfalusi; +Cc: t-kristo, linux-omap, devicetree, linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-16 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 13:39 [PATCH] ARM: DTS: dra7xx-clocks: Add gate clock for CLKOUT2 Peter Ujfalusi
2015-03-16 22:01 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).