Hi,
We are using 8148 on our custom board. We are using DVR_RDK_04_01_00_02. In our custom board, 8148 is interfaced with a FPGA. There is a UART connection between FPGA and 8148. We are using UART2 between FPGA and 8148.
In order to make UART2 functional, I followed the instructions given in 
In the PSP porting guide, it is mentioned that, kernel already has all the drivers enabled for all UARTs, just PIN muxing needs to be changed. I changed the PIN mux settings accordingly. But when I start my UART application (Custom application to send and receive data from FPGA), the application is hanging. I can see that some bytes of data is being transmitted and the application is hanging. I checked the application on my PC. It is working properly. It seems to be no problem.
Have I missed anything ?? Only Pin mux change is enough or should I do anything else ?? All the PLL configurations are taken care in kernel ??
Thankyou,
K.Pranay Kumar