Skip to content

Commit

Permalink
clk:spear1310:Fix: Rename clk ids within predefined limit
Browse files Browse the repository at this point in the history
The max limit of con_id is 16 and dev_id is 20. As of now for spear1310, many
clk ids are exceeding this predefined limit.

This patch is intended to rename clk ids like:
    mux_clk -> _mclk
    gate_clk -> _gclk
    synth_clk -> syn_clk
    gmac_phy -> phy_
    gmii_125m_pad -> gmii_pad

Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com>
Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Vipul Kumar Samar authored and Shiraz Hashim committed Jul 18, 2012
1 parent 5cb6a9b commit e28f1aa
Showing 1 changed file with 155 additions and 157 deletions.
Loading

0 comments on commit e28f1aa

Please sign in to comment.