From: kfx Date: Thu, 21 Feb 2013 01:12:01 +0000 (+0800) Subject: iomux: default mode: uart2&uart3: add ctsn&rtsn X-Git-Tag: firefly_0821_release~7597 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ebc5e698fd5ee2664ab538770f055d804be4524e;p=firefly-linux-kernel-4.4.55.git iomux: default mode: uart2&uart3: add ctsn&rtsn --- diff --git a/arch/arm/plat-rk/iomux.c b/arch/arm/plat-rk/iomux.c index d2617ea050de..89b354754c56 100644 --- a/arch/arm/plat-rk/iomux.c +++ b/arch/arm/plat-rk/iomux.c @@ -133,10 +133,16 @@ static unsigned int default_mode[] = { #if defined(CONFIG_UART2_RK29) || (CONFIG_RK_DEBUG_UART == 2) UART2_SIN, UART2_SOUT, + #ifdef CONFIG_UART2_CTS_RTS_RK29 + UART2_CTSN, UART2_RTSN, + #endif #endif #if defined(CONFIG_UART3_RK29) || (CONFIG_RK_DEBUG_UART == 3) UART3_SIN, UART3_SOUT, + #ifdef CONFIG_UART3_CTS_RTS_RK29 + UART3_CTSN, UART3_RTSN, + #endif #endif #ifdef CONFIG_SPIM0_RK29