RE: [PATCH] ARM: OMAP3: Enable writing to XCCR and RCCR McBSP registers for OMAP 2430/34xx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux