summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-10-01 11:35:29 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2013-11-13 13:59:00 -0200
commite12804ef1e5252eff6ad767e586e903bbdbe1f20 (patch)
treeef0563160bd26e49c7ccd4f2e74439e3cb10c051 /conf
parentb23c67d95f710eaee13648a9247606aa2a994a9d (diff)
downloadmeta-fsl-arm-e12804ef1e5252eff6ad767e586e903bbdbe1f20.tar.gz
imx6slevk.conf: Add ldo device tree
ENGR00277895: dts: ARM: imx6: add ldo-enable dts files Currently, we use different dts files to support ldo-bypass or ldo-enable, then we need add both dts files for the boards which can support ldo-bypass mode(all boards support ldo-enable at least). So for below boards we need add ldo-enable dts file so that we can use this to easily support ldo-enable mode: 1)mx6q-sabresd board: ldo-bypass dts->mx6q-sabresd.dtb, ldo-enable dts->mx6q-sabresd-ldo.dtb 2)mx6q-sabresd board: ldo-bypass dts->mx6dl-sabresd.dtb, ldo-enable dts->mx6dl-sabresd-ldo.dtb 3)mx6sl-evk board: ldo-bypass dts->mx6sl-evk.dtb, ldo-enable dts->mx6sl-evk-ldo.dtb Change-Id: I997bf896a3d3fde482fe9c120a92c16d49817adb Signed-off-by: Lauren Post <lauren.post@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6slevk.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf
index da16c1d..990f48a 100644
--- a/conf/machine/imx6slevk.conf
+++ b/conf/machine/imx6slevk.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa9.inc
8 8
9SOC_FAMILY = "mx6:mx6sl" 9SOC_FAMILY = "mx6:mx6sl"
10 10
11KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-ldo.dtb"
12
11UBOOT_MACHINE = "mx6slevk_config" 13UBOOT_MACHINE = "mx6slevk_config"
12 14
13SERIAL_CONSOLE = "115200 ttymxc0" 15SERIAL_CONSOLE = "115200 ttymxc0"