From: Peter Ujfalusi Date: Thu, 18 Oct 2012 09:25:07 +0000 (+0200) Subject: ARM/dts: omap3: Fix mcbsp2/3 hwmods to be able to probe the drivers for audio X-Git-Tag: omap-for-v3.7-rc2/fixes-signed~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef6fcaa4295168e6eab2cce564ea258155e1bd7;p=pandora-kernel.git 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 Acked-by: Benoit Cousson Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed