aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBill Pringlemeir <bpringlemeir@nbsps.com>2014-08-05 13:34:01 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-09-15 22:25:52 -0400
commitd8c99930f1402931809f6da2dfd42d56c620e0d7 (patch)
tree63d1b985a0031bb916e647ea0d3eb4fcc6c65308 /arch
parent2998b332b8a8e727637f3a5811ed46a31124380c (diff)
ARM: dts: vf610-twr: Add ttyLP2 device.
The ttyLP1 is already the default console/serial port. The tower board will route ttyLP2 to the same connectors depending on the JP23/24 settings. See: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/276457.html http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/275576.html Signed-off-by: Bill Pringlemeir <bpringlemeir@nbsps.com> Acked-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/vf610-twr.dts15
1 files changed, 13 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts
index e4bffbae515f..82d16acc998e 100644
--- a/arch/arm/boot/dts/vf610-twr.dts
+++ b/arch/arm/boot/dts/vf610-twr.dts
@@ -220,8 +220,6 @@
220 VF610_PAD_PTB1__FTM0_CH1 0x1582 220 VF610_PAD_PTB1__FTM0_CH1 0x1582
221 VF610_PAD_PTB2__FTM0_CH2 0x1582 221 VF610_PAD_PTB2__FTM0_CH2 0x1582
222 VF610_PAD_PTB3__FTM0_CH3 0x1582 222 VF610_PAD_PTB3__FTM0_CH3 0x1582
223 VF610_PAD_PTB6__FTM0_CH6 0x1582
224 VF610_PAD_PTB7__FTM0_CH7 0x1582
225 >; 223 >;
226 }; 224 };
227 225
@@ -243,6 +241,13 @@
243 VF610_PAD_PTB5__UART1_RX 0x21a1 241 VF610_PAD_PTB5__UART1_RX 0x21a1
244 >; 242 >;
245 }; 243 };
244
245 pinctrl_uart2: uart2grp {
246 fsl,pins = <
247 VF610_PAD_PTB6__UART2_TX 0x21a2
248 VF610_PAD_PTB7__UART2_RX 0x21a1
249 >;
250 };
246 }; 251 };
247}; 252};
248 253
@@ -264,3 +269,9 @@
264 pinctrl-0 = <&pinctrl_uart1>; 269 pinctrl-0 = <&pinctrl_uart1>;
265 status = "okay"; 270 status = "okay";
266}; 271};
272
273&uart2 {
274 pinctrl-names = "default";
275 pinctrl-0 = <&pinctrl_uart2>;
276 status = "okay";
277};