commit | 35e8d27cbc93b1a04803af096eb388a12bf3973e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Mar 06 19:02:26 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 16 10:26:14 2018 -0400 |
tree | a1461d92f7913be3150a6e7f5c2c46cae3bbface | |
parent | 471ecf4d2663ee01d4cf8944d339ca6e46cf4e53 [diff] |
dra7xx: Always enable UART1 and UART3 in early_padconf It is safe to always setup the pinmux for UART1 and UART3 to be used in early_padconf and then if these pins are needed later on, they will be re-muxed. This allows us to drop the usage of CONFIG_CONS_INDEX here. Cc: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>