From: Lauren Post Date: Wed, 21 Jan 2015 14:44:41 +0000 (-0600) Subject: imx6slevk: Add new uart device tree imx6sl-evk-uart.dtb X-Git-Tag: 2.1~681 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=28be77f8b7d75ac7ac98d7b6de978feca75fa277;p=meta-freescale.git imx6slevk: Add new uart device tree imx6sl-evk-uart.dtb Add uart4 DCE and DTE pinctrl set because of pin conflict. DTE pinctrl set is commented out but can be enabled in dts file. If user want to test DTE mode, it needs to rebuild the DTB file. Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/conf/machine/imx6slevk.conf b/meta-fsl-arm/conf/machine/imx6slevk.conf index 533f85a8..9ca57353 100644 --- a/meta-fsl-arm/conf/machine/imx6slevk.conf +++ b/meta-fsl-arm/conf/machine/imx6slevk.conf @@ -10,7 +10,7 @@ include conf/machine/include/tune-cortexa9.inc SOC_FAMILY = "mx6:mx6sl" KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb \ - imx6sl-evk-pf200.dtb" + imx6sl-evk-pf200.dtb imx6sl-evk-uart.dtb" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard"