summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-11-10 17:40:04 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 17:54:23 -0200
commit2323ba730f371edbd04de67ea363c6085c741731 (patch)
tree99d63d6a701cc8177815837b5cb21f9396bfbbe6
parentc4c2cde2c6e69e985094904ea67a4df1400e98ac (diff)
downloadmeta-freescale-2323ba730f371edbd04de67ea363c6085c741731.tar.gz
imx53qsb: Add extra dtb
Since kernel 3.15 there are two dtb's for the imx53-qsb board: imx53-qsb.dtb - For the boards with DA9053 PMIC imx53-qsrb.dtb - For the boards with MC34708 PMIC Add the 'imx53-qsrb.dtb' to the list of supported dtb's. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/conf/machine/imx53qsb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx53qsb.conf b/meta-fsl-arm/conf/machine/imx53qsb.conf
index e3ddd5f65..5df85a9e2 100644
--- a/meta-fsl-arm/conf/machine/imx53qsb.conf
+++ b/meta-fsl-arm/conf/machine/imx53qsb.conf
@@ -9,7 +9,7 @@ include conf/machine/include/tune-cortexa8.inc
9 9
10SOC_FAMILY = "mx5:mx53" 10SOC_FAMILY = "mx5:mx53"
11 11
12KERNEL_DEVICETREE = "imx53-qsb.dtb" 12KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb"
13 13
14UBOOT_MACHINE = "mx53loco_config" 14UBOOT_MACHINE = "mx53loco_config"
15 15