summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-08-06 01:02:41 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 18:03:18 +0800
commit3924d7fac4dacd2f3622be4e279d2c69bfb7a2f3 (patch)
treea86c664aa7aa8bbb12cea2941866edf7ef1c78a0 /configs
parentba6cc95626dc85f27e3e7ee0d82b82a3741f6d00 (diff)
MLK-22398-8 mx6sxsdb: Enable PCIE IMX DM driver
Update the board codes and configs to enable pcie imx DM driver. The pcie node in SDB board DTS reply on the alway on regulator "reg_pcie". So power up the always on regulators in board_init. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 4271f767a42f2ccb6085aec3abf9197faf60bb9f) (cherry picked from commit 145886450db0bf11e601c08499953f4bcff3c1d2) (cherry picked from commit f3824d0c87a72156d5134f667f7a099007621ebd)
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6sxsabresd_defconfig4
-rw-r--r--configs/mx6sxsabresd_emmc_defconfig4
-rw-r--r--configs/mx6sxsabresd_m4fastup_defconfig2
-rw-r--r--configs/mx6sxsabresd_optee_defconfig4
-rw-r--r--configs/mx6sxsabresd_plugin_defconfig4
-rw-r--r--configs/mx6sxsabresd_qspi2_defconfig4
6 files changed, 17 insertions, 5 deletions
diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig
index 00b461c28a9..44d2f5d7e2d 100644
--- a/configs/mx6sxsabresd_defconfig
+++ b/configs/mx6sxsabresd_defconfig
@@ -57,6 +57,8 @@ CONFIG_SF_DEFAULT_SPEED=40000000
CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PCI=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_DM_PMIC=y
@@ -103,4 +105,4 @@ CONFIG_FASTBOOT=y
CONFIG_FASTBOOT_BUF_ADDR=0x83800000
CONFIG_FASTBOOT_BUF_SIZE=0x40000000
CONFIG_FASTBOOT_FLASH=y
-CONFIG_EFI_PARTITION=y \ No newline at end of file
+CONFIG_EFI_PARTITION=y
diff --git a/configs/mx6sxsabresd_emmc_defconfig b/configs/mx6sxsabresd_emmc_defconfig
index c2828e984a7..1b4e92d022d 100644
--- a/configs/mx6sxsabresd_emmc_defconfig
+++ b/configs/mx6sxsabresd_emmc_defconfig
@@ -58,6 +58,8 @@ CONFIG_SF_DEFAULT_SPEED=40000000
CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PCI=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_DM_PMIC=y
@@ -104,4 +106,4 @@ CONFIG_FASTBOOT=y
CONFIG_FASTBOOT_BUF_ADDR=0x83800000
CONFIG_FASTBOOT_BUF_SIZE=0x40000000
CONFIG_FASTBOOT_FLASH=y
-CONFIG_EFI_PARTITION=y \ No newline at end of file
+CONFIG_EFI_PARTITION=y
diff --git a/configs/mx6sxsabresd_m4fastup_defconfig b/configs/mx6sxsabresd_m4fastup_defconfig
index a886f9ea80a..25887e94965 100644
--- a/configs/mx6sxsabresd_m4fastup_defconfig
+++ b/configs/mx6sxsabresd_m4fastup_defconfig
@@ -53,6 +53,8 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_MXC=y
CONFIG_FSL_USDHC=y
CONFIG_PCI=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_DM_PMIC=y
diff --git a/configs/mx6sxsabresd_optee_defconfig b/configs/mx6sxsabresd_optee_defconfig
index fa754e571cd..44cbfff4150 100644
--- a/configs/mx6sxsabresd_optee_defconfig
+++ b/configs/mx6sxsabresd_optee_defconfig
@@ -58,6 +58,8 @@ CONFIG_SF_DEFAULT_SPEED=40000000
CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PCI=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_DM_PMIC=y
@@ -104,4 +106,4 @@ CONFIG_FASTBOOT=y
CONFIG_FASTBOOT_BUF_ADDR=0x83800000
CONFIG_FASTBOOT_BUF_SIZE=0x40000000
CONFIG_FASTBOOT_FLASH=y
-CONFIG_EFI_PARTITION=y \ No newline at end of file
+CONFIG_EFI_PARTITION=y
diff --git a/configs/mx6sxsabresd_plugin_defconfig b/configs/mx6sxsabresd_plugin_defconfig
index bdd8b04fc71..ba18c384024 100644
--- a/configs/mx6sxsabresd_plugin_defconfig
+++ b/configs/mx6sxsabresd_plugin_defconfig
@@ -58,6 +58,8 @@ CONFIG_SF_DEFAULT_SPEED=40000000
CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PCI=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_DM_PMIC=y
@@ -104,4 +106,4 @@ CONFIG_FASTBOOT=y
CONFIG_FASTBOOT_BUF_ADDR=0x83800000
CONFIG_FASTBOOT_BUF_SIZE=0x40000000
CONFIG_FASTBOOT_FLASH=y
-CONFIG_EFI_PARTITION=y \ No newline at end of file
+CONFIG_EFI_PARTITION=y
diff --git a/configs/mx6sxsabresd_qspi2_defconfig b/configs/mx6sxsabresd_qspi2_defconfig
index 81c15e7ba5c..d167e0d5b8f 100644
--- a/configs/mx6sxsabresd_qspi2_defconfig
+++ b/configs/mx6sxsabresd_qspi2_defconfig
@@ -62,6 +62,8 @@ CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SPI_FLASH_STMICRO=y
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
CONFIG_PCI=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_DM_PMIC=y
@@ -108,4 +110,4 @@ CONFIG_FASTBOOT=y
CONFIG_FASTBOOT_BUF_ADDR=0x83800000
CONFIG_FASTBOOT_BUF_SIZE=0x40000000
CONFIG_FASTBOOT_FLASH=y
-CONFIG_EFI_PARTITION=y \ No newline at end of file
+CONFIG_EFI_PARTITION=y