From 142486fafdeaaba0b5dadad2b263b680775adc58 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Fri, 30 Sep 2016 13:46:51 -0500 Subject: [PATCH] imx6ulevk: Add imx6ul-14x14-evk-usb-certi device tree Below are the differences between standard evk: - Enable tpl - Enable software control vbus for otg2 (hardware rework is needed) - Disable TSC due to the pin conflict with above vbus regulator Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- conf/machine/imx6ulevk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index 0d527114..e81b10f6 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf @@ -12,7 +12,7 @@ include conf/machine/include/tune-cortexa7.inc MACHINE_FEATURES += " pci wifi bluetooth" KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb imx6ul-14x14-evk-btwifi.dtb \ - imx6ul-14x14-evk-gpmi-weim.dtb " + imx6ul-14x14-evk-gpmi-weim.dtb imx6ul-14x14-evk-usb-certi.dtb " UBOOT_SUFFIX = "img" SPL_BINARY = "SPL" -- 2.40.1