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 13:59:00 -0200 |
| commit | f5449684c7c9e2d6be92d8f66ec723def91ce15f (patch) | |
| tree | d0ed9fb90a2c60478c8418ed270f173ccfd9087d /meta-fsl-arm/conf/machine | |
| parent | 61fcd6b8f927e88a6044191018b2e6a30b5a3ade (diff) | |
| download | meta-freescale-f5449684c7c9e2d6be92d8f66ec723def91ce15f.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 'meta-fsl-arm/conf/machine')
| -rw-r--r-- | meta-fsl-arm/conf/machine/imx6solosabresd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6solosabresd.conf b/meta-fsl-arm/conf/machine/imx6solosabresd.conf index cfc30d2e1..5782268b8 100644 --- a/meta-fsl-arm/conf/machine/imx6solosabresd.conf +++ b/meta-fsl-arm/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" |
