17 Jan
2010
17 Jan
'10
12:25 a.m.
Hello.
On DA850/OMAPL138 the McASP AMUTE pin is multiplexed with UART2_RTS. As a consequence, I believe, of the below additions when the kernel is built with SOC audio support the ttyS2 console stops accepting input after boot.
Moreover on the EVM the AMUTE pin is only connected to headers AFAICT. Specifically I think the DA850_AMUTE pin can be removed from below without any loss of audio functionality while preserving console input.
+const short da850_mcasp_pins[] __initdata = {
- DA850_AHCLKX, DA850_ACLKX, DA850_AFSX,
- DA850_AHCLKR, DA850_ACLKR, DA850_AFSR, DA850_AMUTE,
- DA850_AXR_11, DA850_AXR_12,
- -1
+};
Regards, Martin