]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx53qsb: Add extra dtb
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 10 Nov 2014 19:40:04 +0000 (17:40 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 10 Nov 2014 19:54:23 +0000 (17:54 -0200)
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>
meta-fsl-arm/conf/machine/imx53qsb.conf

index e3ddd5f650da0f5bd9e64a715f39a01bd2bdbf09..5df85a9e2c5bf5c7ba2449676008156b5492ff07 100644 (file)
@@ -9,7 +9,7 @@ include conf/machine/include/tune-cortexa8.inc
 
 SOC_FAMILY = "mx5:mx53"
 
-KERNEL_DEVICETREE = "imx53-qsb.dtb"
+KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb"
 
 UBOOT_MACHINE = "mx53loco_config"