diff options
author | Lauren Post <lauren.post@freescale.com> | 2013-10-01 11:36:52 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-11-13 15:46:30 -0200 |
commit | 362c55a3a251e0ef8df2a0069a2396d208121288 (patch) | |
tree | 0702fb538fff1e65ed3ceb314709cc67d039cba4 /conf | |
parent | b9596cd34ef8edec93430a4454062e22609fcc9e (diff) | |
download | meta-fsl-arm-362c55a3a251e0ef8df2a0069a2396d208121288.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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx6solosabresd.conf | 2 |
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 | ||
8 | SOC_FAMILY = "mx6:mx6s" | 8 | SOC_FAMILY = "mx6:mx6s" |
9 | 9 | ||
10 | KERNEL_DEVICETREE = "imx6dl-sabresd.dtb" | 10 | KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb" |
11 | 11 | ||
12 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | 12 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" |
13 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | 13 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" |