diff mbox series

[v1,8/8] arm64: defconfig: enable i.mx 8m plus specific interconnect support

Message ID 20220922162925.2368577-9-marcel@ziswiler.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: verdin-imx8mm: verdin-imx8mp: pcie. et. al. | expand

Commit Message

Marcel Ziswiler Sept. 22, 2022, 4:29 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Build CONFIG_INTERCONNECT_IMX8MP as a kernel module without which one
may get the following after boot:

[   15.728019] platform 32f10100.usb: deferred probe pending
[   15.733471] platform 32f10108.usb: deferred probe pending
[   15.738895] platform 381f0040.usb-phy: deferred probe pending
[   15.744668] platform 382f0040.usb-phy: deferred probe pending
[   15.750437] platform 33800000.pcie: deferred probe pending
[   15.755944] platform 32ec0000.blk-ctrl: deferred probe pending
[   15.761807] platform 38330000.blk-ctrl: deferred probe pending
[   15.767673] platform 32f10000.blk-ctrl: deferred probe pending

And things like PCIe and/or USB stop working.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo Oct. 23, 2022, 1:15 p.m. UTC | #1
On Thu, Sep 22, 2022 at 06:29:25PM +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> Build CONFIG_INTERCONNECT_IMX8MP as a kernel module without which one
> may get the following after boot:
> 
> [   15.728019] platform 32f10100.usb: deferred probe pending
> [   15.733471] platform 32f10108.usb: deferred probe pending
> [   15.738895] platform 381f0040.usb-phy: deferred probe pending
> [   15.744668] platform 382f0040.usb-phy: deferred probe pending
> [   15.750437] platform 33800000.pcie: deferred probe pending
> [   15.755944] platform 32ec0000.blk-ctrl: deferred probe pending
> [   15.761807] platform 38330000.blk-ctrl: deferred probe pending
> [   15.767673] platform 32f10000.blk-ctrl: deferred probe pending
> 
> And things like PCIe and/or USB stop working.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 521c784463bb..8ae4cbcb971c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1263,6 +1263,7 @@  CONFIG_INTERCONNECT_IMX=m
 CONFIG_INTERCONNECT_IMX8MM=m
 CONFIG_INTERCONNECT_IMX8MN=m
 CONFIG_INTERCONNECT_IMX8MQ=m
+CONFIG_INTERCONNECT_IMX8MP=m
 CONFIG_INTERCONNECT_QCOM=y
 CONFIG_INTERCONNECT_QCOM_MSM8916=m
 CONFIG_INTERCONNECT_QCOM_MSM8996=m