From 0910895b8f132d89ba5f1d91c8d4547fa257b4a4 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Wed, 21 Jan 2015 08:44:41 -0600 Subject: 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 --- conf/machine/imx6slevk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf index 533f85a..9ca5735 100644 --- a/conf/machine/imx6slevk.conf +++ b/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" -- cgit v1.2.3-54-g00ecf