> This patch enables writing to McBSP Transmit Configuration 
> Control Register (XCCR) and Receive Configuration Control 
> Register (RCCR) for 2430/34xx platforms. It also adds XCCR, 
> RCCR entries in McBSP register configuration structure and 
> bit definitions for both registers.

McBSP changes are now in a separate patch as suggested by Tony and Jarkko.

> +     if (cpu_is_omap2430() || cpu_is_omap34xx()) {
> +             OMAP_MCBSP_WRITE(io_base, XCCR, config->xccr);
> +             OMAP_MCBSP_WRITE(io_base, RCCR, config->rccr);
> +     }

Changed to check for 2430 and 34xx platforms as pointed by Jarkko.

-Misa--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to