Hi,
We are using the latest PSP on a LogicPD EVM board from the OMAP-L138.
We wanted to ensure that UART0 and UART1 are not consuming any power so we assumed that we can easily disable these modules by calling davinci_psc_config(..) routine in psc.c and giving the required parameters to disable UART0 and UART1.
However, what we observe is that if we try to disable UART0 and UART1 that we do not get data in UART2 anymore.
Are we missing something? What should be the method of completely disabling UART0 and UART1 to ensure that these modules do not use any power?