Skip to content

Commit

Permalink
ARM: shmobile: sh73a0: add CMT1 clock support for DT
Browse files Browse the repository at this point in the history
This will be used when initialising CMT1 device using DT
until common clock framework support is added.

Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
horms committed Jul 15, 2014
1 parent 2e11179 commit a0f7e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-shmobile/clock-sh73a0.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ static struct clk_lookup lookups[] = {
CLKDEV_ICK_ID("dsiphy_clk", "sh-mipi-dsi.0", &dsi0phy_clk),
CLKDEV_ICK_ID("dsiphy_clk", "sh-mipi-dsi.1", &dsi1phy_clk),
CLKDEV_ICK_ID("fck", "sh-cmt-48.1", &mstp_clks[MSTP329]), /* CMT1 */
CLKDEV_ICK_ID("fck", "e6138000.timer", &mstp_clks[MSTP329]), /* CMT1 */
CLKDEV_ICK_ID("fck", "sh-tmu.0", &mstp_clks[MSTP125]), /* TMU0 */
};

Expand Down

0 comments on commit a0f7e74

Please sign in to comment.