]> git.baikalelectronics.ru Git - uboot.git/commit
arm: am33xx: Make pin multiplexing functions optional
authorFelix Brack <fb@ltec.ch>
Thu, 14 Sep 2017 12:37:08 +0000 (14:37 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:40:04 +0000 (07:40 -0400)
commitb4cb1f209acafe16945c655da85edb4020371b8b
tree3bb2b500f7391805d9a6a088fc40b8f5550d63d7
parent46714d7a82c277f5b29a52d151ed2d72d973f27b
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>
arch/arm/mach-omap2/am33xx/mux.c