summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/mx6
diff options
context:
space:
mode:
authorJuan Gutierrez <juan.gutierrez@nxp.com>2017-04-19 10:38:05 -0500
committerJuan Gutierrez <juan.gutierrez@nxp.com>2017-04-28 12:06:43 -0500
commit93e1f1fd1e11b8f7f1394f1d61c8551966158110 (patch)
treea2c24b52e9647b4b64ac717c8509d3bfbe1ec293 /arch/arm/cpu/armv7/mx6
parentdb9d13df4b215d67aa47783234c0cb9d34e1fe8d (diff)
downloadu-boot-imx-93e1f1fd1e11b8f7f1394f1d61c8551966158110.zip
u-boot-imx-93e1f1fd1e11b8f7f1394f1d61c8551966158110.tar.gz
u-boot-imx-93e1f1fd1e11b8f7f1394f1d61c8551966158110.tar.bz2
MXSCM-290-2 mx6dqscm: convert to enable OF_CONTROL and DM drivers
Update mx6dqscm boards code and build configurations to enable OF_CONTROL and DM drivers. 1. Update GPIO codes for adding gpio request 2. Enable USB DM driver 3. Update PMIC and LDO by-pass codes for DM PMIC 4. Add spinor boot support 5. Add lpddr2 modes, sizes and boards on local Kconfig 6. Update license with NXP 2017 7. Add defconfigs for qwks boards Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
Diffstat (limited to 'arch/arm/cpu/armv7/mx6')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index fe5c06d..91571a1 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -430,6 +430,13 @@ config TARGET_ZC5601
select DM
select DM_THERMAL
+config TARGET_MX6DQSCM
+ bool "mx6dqscm"
+ select BOARD_LATE_INIT
+ select DM
+ select DM_THERMAL
+ select BOARD_EARLY_INIT_F
+
endchoice
config SYS_SOC
@@ -482,5 +489,6 @@ source "board/udoo/Kconfig"
source "board/udoo/neo/Kconfig"
source "board/wandboard/Kconfig"
source "board/warp/Kconfig"
+source "board/freescale/mx6dqscm/Kconfig"
endif