]> git.baikalelectronics.ru Git - kernel.git/commit
ARM/dts: omap3: Fix mcbsp2/3 hwmods to be able to probe the drivers for audio
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 18 Oct 2012 09:25:07 +0000 (11:25 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 22 Oct 2012 20:36:53 +0000 (13:36 -0700)
commitda0320f715af03c3f2d326b039e159a58eb7674a
tree5b8e5a70dbd4ec2e078d4c746d8da623ec1e6819
parent6ab66186695d33c81b559545154047cd3436b033
ARM/dts: omap3: Fix mcbsp2/3 hwmods to be able to probe the drivers for audio

Fixes the following errors:
[    2.318084] omap-mcbsp 49022000.mcbsp: invalid rx DMA channel
[    2.324432] omap-mcbsp 49024000.mcbsp: invalid rx DMA channel

Which is because we failed to link the sidetone hwmod for McBSP2/3. The
missing sidetone hwmod link will prevent omap_device_alloc() to append the
DMA resources since we - accidentally - end up having the same number of
resources provided from DT (IO/IRQ) as we have in hwmod for the McBSP ports
without the ST resources.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3.dtsi