ARM: OMAP4: Add McBSP support
This patch creates McBSP support on OMAP4430 development platform. This patch includes corresponding base address changes for OMAP4. Signed-off-by: Syed Rafiuddin <rafiuddin.syed@ti.com>
This commit is contained in:

committed by
Santosh Shilimkar

parent
4fef5f90ed
commit
a5b92cc348
@@ -191,7 +191,7 @@ void omap_mcbsp_config(unsigned int id, const struct omap_mcbsp_reg_cfg *config)
|
||||
OMAP_MCBSP_WRITE(io_base, MCR2, config->mcr2);
|
||||
OMAP_MCBSP_WRITE(io_base, MCR1, config->mcr1);
|
||||
OMAP_MCBSP_WRITE(io_base, PCR0, config->pcr0);
|
||||
if (cpu_is_omap2430() || cpu_is_omap34xx()) {
|
||||
if (cpu_is_omap2430() || cpu_is_omap34xx() || cpu_is_omap44xx()) {
|
||||
OMAP_MCBSP_WRITE(io_base, XCCR, config->xccr);
|
||||
OMAP_MCBSP_WRITE(io_base, RCCR, config->rccr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user