Please don't top post. On Tue, Feb 25, 2014 at 2:55 AM, Niklas Molin <[email protected]> wrote: > Hi Fabio. > > I'm using 3.10, so I assume it should be setup in the dts then. But I can't > find in any of the dts/dtsi files where to set which UART (and tty) that > should be used for the debug port.
Take a look at http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/boot/dts/imx6qdl-sabresd.dtsi?h=imx_3.10.17_1.0.0_beta &uart1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart1_1>; status = "okay"; }; You should just remove this uart1 node and add your uart2 instead. Regards, Fabio Estevam _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
