From a180b8d5c8b065834f6432d4ccfb20d55b7a2bcf Mon Sep 17 00:00:00 2001 From: Sandy Huang Date: Thu, 9 Mar 2023 16:45:24 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3528-android: remove rk_gmac-dwmac from driver_async_probe otherwise will appear the following warning log: [ 1.584251][ T9] ------------[ cut here ]------------ [ 1.584284][ T9] WARNING: CPU: 2 PID: 9 at kernel/kmod.c:136 __request_module+0x10c/0x4a0 [ 1.584290][ T9] Modules linked in: [ 1.584306][ T9] CPU: 2 PID: 9 Comm: kworker/u8:1 Not tainted 5.10.110 #3697 [ 1.584313][ T9] Hardware name: Rockchip RK3528 EVB1 DDR4 V10 Board (DT) [ 1.584323][ T9] Workqueue: events_unbound async_run_entry_fn [ 1.584332][ T9] pstate: 60400005 (nZCv daif +PAN -UAO -TCO BTYPE=--) [ 1.584341][ T9] pc : __request_module+0x10c/0x4a0 [ 1.584348][ T9] lr : __request_module+0x4c/0x4a0 [ 1.584354][ T9] sp : ffffffc0121cb7b0 [ 1.584360][ T9] x29: ffffffc0121cb870 x28: 0000000000000000 [ 1.584370][ T9] x27: 0000000000000000 x26: 0000000000000000 ... [ 1.584503][ T9] Call trace: [ 1.584512][ T9] __request_module+0x10c/0x4a0 [ 1.584523][ T9] phy_request_driver_module+0x134/0x18c [ 1.584533][ T9] phy_device_create+0x1b8/0x1e8 [ 1.584542][ T9] of_mdiobus_register_phy+0x1bc/0x1c4 [ 1.584550][ T9] of_mdiobus_register+0xf8/0x314 [ 1.584558][ T9] stmmac_mdio_register+0x198/0x330 [ 1.584566][ T9] stmmac_dvr_probe+0x684/0xc90 [ 1.584576][ T9] rk_gmac_probe+0x2d0/0x820 [ 1.584584][ T9] platform_drv_probe+0x94/0xbc [ 1.584593][ T9] really_probe+0x200/0x500 [ 1.584601][ T9] driver_probe_device+0x7c/0xb8 [ 1.584609][ T9] __driver_attach_async_helper+0x60/0xe8 [ 1.584617][ T9] async_run_entry_fn+0x48/0x128 [ 1.584626][ T9] process_one_work+0x1f0/0x478 [ 1.584634][ T9] worker_thread+0x270/0x4cc [ 1.584642][ T9] kthread+0x138/0x340 [ 1.584650][ T9] ret_from_fork+0x10/0x18 Signed-off-by: Sandy Huang Change-Id: I1890fe9f06e9c92a5f975caf78ebf02b197ee596 --- arch/arm64/boot/dts/rockchip/rk3528-android.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3528-android.dtsi b/arch/arm64/boot/dts/rockchip/rk3528-android.dtsi index 3dcf0f8f247c..cf662b683165 100644 --- a/arch/arm64/boot/dts/rockchip/rk3528-android.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3528-android.dtsi @@ -6,7 +6,7 @@ / { chosen: chosen { - bootargs = "earlycon=uart8250,mmio32,0xff9f0000 console=ttyFIQ0 driver_async_probe=dwmmc_rockchip,rk_gmac-dwmac,rockchip-drm drm_kms_helper.fbdev_emulation=0"; + bootargs = "earlycon=uart8250,mmio32,0xff9f0000 console=ttyFIQ0 driver_async_probe=dwmmc_rockchip,rockchip-drm drm_kms_helper.fbdev_emulation=0"; }; fiq-debugger {