summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/conf/machine
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2014-09-04 08:12:54 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:55:22 -0200
commit2f0458ffd2bad4b582666a57c474d0a2c78dd02f (patch)
tree8a97e9c9e487f1a2ea705dc4be403b244a4968ca /meta-fsl-arm/conf/machine
parent9adeda875eb4c6303fe7555834b72597e3363a09 (diff)
downloadmeta-freescale-2f0458ffd2bad4b582666a57c474d0a2c78dd02f.tar.gz
imx6slevk.conf: Add the imx6slevk-pf200 device tree
Add support for pfuze200 on imx6slevk Move pmic device node from imx6sl-evk.dtsi to upper-level, and add another layer on imx6sl-evk to diff pfuze100 or pfuze200. Meanwhile only works in ldo-enable mode if using pfuze200, since 'SW1C' switch regulator is cut for cost-down which means VDDARM_IN and VDDSOC_IN have to share the same switch regulator Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm/conf/machine')
-rw-r--r--meta-fsl-arm/conf/machine/imx6slevk.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6slevk.conf b/meta-fsl-arm/conf/machine/imx6slevk.conf
index cffbd0b0..533f85a8 100644
--- a/meta-fsl-arm/conf/machine/imx6slevk.conf
+++ b/meta-fsl-arm/conf/machine/imx6slevk.conf
@@ -9,7 +9,8 @@ include conf/machine/include/tune-cortexa9.inc
9 9
10SOC_FAMILY = "mx6:mx6sl" 10SOC_FAMILY = "mx6:mx6sl"
11 11
12KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb" 12KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb \
13 imx6sl-evk-pf200.dtb"
13 14
14UBOOT_CONFIG ??= "sd" 15UBOOT_CONFIG ??= "sd"
15UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" 16UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard"