summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-10-01 11:36:52 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2013-11-13 13:59:00 -0200
commit9b6c0a45a7ea30bda4a3247be9a43bd43a1603d8 (patch)
treeaa0eefdee4ae69257311fd52f06afe6515e20c77
parente12804ef1e5252eff6ad767e586e903bbdbe1f20 (diff)
downloadmeta-fsl-arm-9b6c0a45a7ea30bda4a3247be9a43bd43a1603d8.tar.gz
imx6solosabresd.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: I261c516495e3921fb1c2d8937d96fb6e3a23e87b Signed-off-by: Lauren Post <lauren.post@freescale.com>
-rw-r--r--conf/machine/imx6solosabresd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf
index cfc30d2..5782268 100644
--- a/conf/machine/imx6solosabresd.conf
+++ b/conf/machine/imx6solosabresd.conf
@@ -7,7 +7,7 @@ require conf/machine/include/imx6sabresd-common.inc
7 7
8SOC_FAMILY = "mx6:mx6s" 8SOC_FAMILY = "mx6:mx6s"
9 9
10KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" 10KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb"
11 11
12PREFERRED_PROVIDER_u-boot = "u-boot-imx" 12PREFERRED_PROVIDER_u-boot = "u-boot-imx"
13PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 13PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"