diff mbox series

[3/3] mx6sxsabresd: Enable DM_PCI

Message ID 20200219125628.25037-3-festevam@gmail.com
State Accepted
Commit 827f0a3f228ace3edbd1fd73c1cf73560724b034
Delegated to: Stefano Babic
Headers show
Series [1/3] ARM: dts: imx6sx: Sync with kernel 5.4.16 | expand

Commit Message

Fabio Estevam Feb. 19, 2020, 12:56 p.m. UTC
Enale DM_PCI support in order to avoid board removal from
the project.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/mx6sxsabresd_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic March 10, 2020, 3:31 p.m. UTC | #1
> Enale DM_PCI support in order to avoid board removal from
> the project.
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/mx6sxsabresd_defconfig b/configs/mx6sxsabresd_defconfig
index 5150e3a837..7cf672948d 100644
--- a/configs/mx6sxsabresd_defconfig
+++ b/configs/mx6sxsabresd_defconfig
@@ -51,6 +51,7 @@  CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_PHYLIB=y
 CONFIG_MII=y
 CONFIG_PCI=y
+CONFIG_DM_PCI=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
 CONFIG_DM_PMIC=y