* [PATCH] ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI
@ 2023-04-04 12:13 Fabio Estevam
2023-04-06 1:49 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2023-04-04 12:13 UTC (permalink / raw)
To: shawnguo
Cc: hongxing.zhu, linux-arm-kernel, broonie, Fabio Estevam,
Mattias Barthel
From: Fabio Estevam <festevam@denx.de>
Since commit 75c2f26da03f ("PCI: imx6: Add i.MX PCIe EP mode support")
the i.MX6 PCI driver is no longer selected by default. The
existing PCI_IMX6 was made a hidden option, selected by new options
PCI_IMX6_HOST (for the existing support) and PCI_IMX6_EP (for the
endpoint mode), but there has been no corresponding update to
imx_v6_v7_defconfig so the PCI_IMX6 ends up getting disabled.
Switch imx_v6_v7_defconfig to PCI_IMX6_HOST to preserve the existing
functionality.
This is based on the same fix done in commit 0cd5780eb625 ("arm64:
defconfig: Fix unintentional disablement of PCI on i.MX").
Fixes: 75c2f26da03f ("PCI: imx6: Add i.MX PCIe EP mode support")
Reported-by: Mattias Barthel <mattiasbarthel@gmail.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
arch/arm/configs/imx_v6_v7_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 225174b7c310..8a8d7e73aa33 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -76,7 +76,7 @@ CONFIG_RFKILL=y
CONFIG_RFKILL_INPUT=y
CONFIG_PCI=y
CONFIG_PCI_MSI=y
-CONFIG_PCI_IMX6=y
+CONFIG_PCI_IMX6_HOST=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI
2023-04-04 12:13 [PATCH] ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI Fabio Estevam
@ 2023-04-06 1:49 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2023-04-06 1:49 UTC (permalink / raw)
To: Fabio Estevam
Cc: hongxing.zhu, linux-arm-kernel, broonie, Fabio Estevam,
Mattias Barthel
On Tue, Apr 04, 2023 at 09:13:03AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> Since commit 75c2f26da03f ("PCI: imx6: Add i.MX PCIe EP mode support")
> the i.MX6 PCI driver is no longer selected by default. The
> existing PCI_IMX6 was made a hidden option, selected by new options
> PCI_IMX6_HOST (for the existing support) and PCI_IMX6_EP (for the
> endpoint mode), but there has been no corresponding update to
> imx_v6_v7_defconfig so the PCI_IMX6 ends up getting disabled.
> Switch imx_v6_v7_defconfig to PCI_IMX6_HOST to preserve the existing
> functionality.
>
> This is based on the same fix done in commit 0cd5780eb625 ("arm64:
> defconfig: Fix unintentional disablement of PCI on i.MX").
>
> Fixes: 75c2f26da03f ("PCI: imx6: Add i.MX PCIe EP mode support")
> Reported-by: Mattias Barthel <mattiasbarthel@gmail.com>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Applied, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-06 1:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04 12:13 [PATCH] ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI Fabio Estevam
2023-04-06 1:49 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).