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

The commit 4dab58f5f0dcc4f0947ef796bfbc70c8ae328384
  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