]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: hwmod data: Fix wrong McBSP clock alias on OMAP4
authorBenoit Cousson <b-cousson@ti.com>
Wed, 4 Jul 2012 12:55:29 +0000 (06:55 -0600)
committerPaul Walmsley <paul@pwsan.com>
Wed, 4 Jul 2012 12:55:29 +0000 (06:55 -0600)
commit1c835f2f938924c57cb82ff3a301f7a7f951d9b2
tree3058c7e022b57044d7c060db1aa0b0731aff1533
parent322872bd162f5fa47fec29b620ed31eefa7a381d
ARM: OMAP2+: hwmod data: Fix wrong McBSP clock alias on OMAP4

The commit 06661e844f3919bf452d20e7bd1667ae36907941
  ARM: OMAP4: hwmod data: Add aliases for McBSP fclk clocks

added a wrong "prcm_clk" alias for PRCM clock whereas the McBSP
driver and previous OMAPs are using "prcm_fck".

It thus lead to the following warning.

[   47.409729] omap-mcbsp: clks: could not clk_get() prcm_fck

Fix that by changing the opt_clk role to prcm_fck.

Reported-by: Misael Lopez Cruz <misael.lopez@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Sebastien Guiriec <s-guiriec@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod_44xx_data.c