summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@nxp.com>2016-09-30 13:46:51 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:14 -0200
commit142486fafdeaaba0b5dadad2b263b680775adc58 (patch)
treec71ece92d8dd5d8ee8818453f275f3bf0533c5ba /conf
parent8434f1c3e53cc12b322d53e2caf393390470c5c1 (diff)
downloadmeta-freescale-142486fafdeaaba0b5dadad2b263b680775adc58.tar.gz
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 <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6ulevk.conf2
1 files changed, 1 insertions, 1 deletions
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
12MACHINE_FEATURES += " pci wifi bluetooth" 12MACHINE_FEATURES += " pci wifi bluetooth"
13 13
14KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb imx6ul-14x14-evk-btwifi.dtb \ 14KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb imx6ul-14x14-evk-btwifi.dtb \
15 imx6ul-14x14-evk-gpmi-weim.dtb " 15 imx6ul-14x14-evk-gpmi-weim.dtb imx6ul-14x14-evk-usb-certi.dtb "
16 16
17UBOOT_SUFFIX = "img" 17UBOOT_SUFFIX = "img"
18SPL_BINARY = "SPL" 18SPL_BINARY = "SPL"