From cb74a2250e8bb5928e260b6618b901d7e594e52c Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Fri, 9 Jan 2015 11:56:11 +0100 Subject: [PATCH] meta-digi-arm: Add LDO and LDO bypass device trees. The i.MX6 has an internal PMU with LDOs to supply voltages to the different ARM sybdomains. There are two possible configurations, to use this internal LDOs or to use the external PMIC to supply the voltages (LDO bypass). The default is to boot with LDO bypass, and the device tree with the -dts suffix will boot with the i.MX6 internal LDO. Signed-off-by: Alex Gonzalez --- meta-digi-arm/conf/machine/ccimx6sbc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/conf/machine/ccimx6sbc.conf b/meta-digi-arm/conf/machine/ccimx6sbc.conf index 4b9cf53ea..8176148b7 100644 --- a/meta-digi-arm/conf/machine/ccimx6sbc.conf +++ b/meta-digi-arm/conf/machine/ccimx6sbc.conf @@ -5,7 +5,7 @@ # Contains the ConnectCore 6 module. include conf/machine/include/ccimx6.inc -KERNEL_DEVICETREE = "imx6q-${MACHINE}.dtb" +KERNEL_DEVICETREE = "imx6q-${MACHINE}.dtb imx6q-${MACHINE}-ldo.dtb" SERIAL_CONSOLES = "115200;ttymxc3"