From 28be77f8b7d75ac7ac98d7b6de978feca75fa277 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Wed, 21 Jan 2015 08:44:41 -0600 Subject: [PATCH] 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 --- meta-fsl-arm/conf/machine/imx6slevk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.1