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 <alex.gonzalez@digi.com>
This commit is contained in:
parent
1d3a359fba
commit
cb74a2250e
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue