commit | 91262e5fe26e01d78a3b53322cd676ae13f082a0 | [log] [tgz] |
---|---|---|
author | Felix Brack <fb@ltec.ch> | Thu Sep 14 14:37:08 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 22 07:40:04 2017 -0400 |
tree | 3bb2b500f7391805d9a6a088fc40b8f5550d63d7 | |
parent | 1e1d02d225720430d599c3219b85d8ed34107ef9 [diff] |
arm: am33xx: Make pin multiplexing functions optional This patch provides default implementations of the two functions set_uart_mux_conf and set_mux_conf_regs. Hence boards not using them do not need to provide their distinct empty definitions. Signed-off-by: Felix Brack <fb@ltec.ch> Reviewed-by: Tom Rini <trini@konsulko.com>