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)
commitd7a0b5133f6b1d53d693b9b9873e64e3c8f0db0e
tree3058c7e022b57044d7c060db1aa0b0731aff1533
parentb0a70cc80e754f5ad7d83c96e005fa1d5cb83514
ARM: OMAP2+: hwmod data: Fix wrong McBSP clock alias on OMAP4

The commit 503d0ea24d1d3dd3db95e5e0edd693da7a2a23eb
  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