diff options
author | Keerthy <j-keerthy@ti.com> | 2017-09-06 09:39:32 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-09-19 13:59:26 -0400 |
commit | 8aed1026ccfe9cf5772c62bde35bc101ead9308c (patch) | |
tree | bf3525656776242f9e7768e13ca6d9332bf2530f | |
parent | 06480f8cf559001c9eb49b4e9d822e13ad1cc5c4 (diff) |
ARM: dts: dra7: Set a default parent to mcasp3_ahclkx_mux
Assign a default parent to mcasp3_ahclkx_mux clock using
the assigned-clock-parents property. This is helpful in
cases like kexec where in the clock parent can be something
other than the value at reset.
Suggested-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/dra7xx-clocks.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi index cf229dfabf61..e62b62875cba 100644 --- a/arch/arm/boot/dts/dra7xx-clocks.dtsi +++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi | |||
@@ -1817,6 +1817,8 @@ | |||
1817 | clocks = <&abe_24m_fclk>, <&abe_sys_clk_div>, <&func_24m_clk>, <&atl_clkin3_ck>, <&atl_clkin2_ck>, <&atl_clkin1_ck>, <&atl_clkin0_ck>, <&sys_clkin2>, <&ref_clkin0_ck>, <&ref_clkin1_ck>, <&ref_clkin2_ck>, <&ref_clkin3_ck>, <&mlb_clk>, <&mlbp_clk>; | 1817 | clocks = <&abe_24m_fclk>, <&abe_sys_clk_div>, <&func_24m_clk>, <&atl_clkin3_ck>, <&atl_clkin2_ck>, <&atl_clkin1_ck>, <&atl_clkin0_ck>, <&sys_clkin2>, <&ref_clkin0_ck>, <&ref_clkin1_ck>, <&ref_clkin2_ck>, <&ref_clkin3_ck>, <&mlb_clk>, <&mlbp_clk>; |
1818 | ti,bit-shift = <24>; | 1818 | ti,bit-shift = <24>; |
1819 | reg = <0x1868>; | 1819 | reg = <0x1868>; |
1820 | assigned-clocks = <&mcasp3_ahclkx_mux>; | ||
1821 | assigned-clock-parents = <&abe_24m_fclk>; | ||
1820 | }; | 1822 | }; |
1821 | 1823 | ||
1822 | mcasp3_aux_gfclk_mux: mcasp3_aux_gfclk_mux@1868 { | 1824 | mcasp3_aux_gfclk_mux: mcasp3_aux_gfclk_mux@1868 { |