mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-31 07:31:15 -05:00
ARM: dts: dra7xx-clocks: Add gate clock for CLKOUT2
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> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
committed by
Tony Lindgren
parent
5c8a521d44
commit
a7390ebe45
@@ -1421,6 +1421,14 @@ l3init_60m_fclk: l3init_60m_fclk {
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user