diff options
author | Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> | 2016-02-16 09:16:01 +0530 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2016-02-18 14:43:39 -0800 |
commit | d4674ecf007f3a026535d35241c49bde914cc67d (patch) | |
tree | 65fb4faa0881927211c2727176741bbc3d42e43c /arch/arm/boot/dts | |
parent | 09adf52d635f5f141923d4b8b872e65c4d80e06c (diff) |
ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins
Add pinmux for UART_A RTS, CTS pin's.
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
(cherry picked from commit 6914a64eef2c6a03768738525ed0ebbe637234a0)
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/vf-colibri.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf-colibri.dtsi b/arch/arm/boot/dts/vf-colibri.dtsi index 7ae66b5b9752..bf2bdb4111f1 100644 --- a/arch/arm/boot/dts/vf-colibri.dtsi +++ b/arch/arm/boot/dts/vf-colibri.dtsi @@ -357,6 +357,8 @@ fsl,pins = < VF610_PAD_PTB10__UART0_TX 0x21a2 VF610_PAD_PTB11__UART0_RX 0x21a1 + VF610_PAD_PTB12__UART0_RTS 0x21a2 + VF610_PAD_PTB13__UART0_CTS 0x21a1 >; }; |