diff options
author | Lauren Post <lauren.post@nxp.com> | 2016-09-30 13:46:51 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:14 -0200 |
commit | 142486fafdeaaba0b5dadad2b263b680775adc58 (patch) | |
tree | c71ece92d8dd5d8ee8818453f275f3bf0533c5ba /conf/machine | |
parent | 8434f1c3e53cc12b322d53e2caf393390470c5c1 (diff) | |
download | meta-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/machine')
-rw-r--r-- | conf/machine/imx6ulevk.conf | 2 |
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 | |||
12 | MACHINE_FEATURES += " pci wifi bluetooth" | 12 | MACHINE_FEATURES += " pci wifi bluetooth" |
13 | 13 | ||
14 | KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb imx6ul-14x14-evk-btwifi.dtb \ | 14 | KERNEL_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 | ||
17 | UBOOT_SUFFIX = "img" | 17 | UBOOT_SUFFIX = "img" |
18 | SPL_BINARY = "SPL" | 18 | SPL_BINARY = "SPL" |