
On 24/01/24 02:27, Nishanth Menon wrote:
On 15:49-20240122, Chintan Vankar wrote:
On 12/01/24 18:00, Nishanth Menon wrote:
On 12:17-20240112, Siddharth Vadapalli wrote:
From: Kishon Vijay Abraham I kishon@ti.com
In order to support Ethernet boot on AM62x, probe AM65 CPSW NUSS driver in board_init_f().
Why? doesn't the DM framework handle this?
Hello, In board_init_f(), the ESM driver which is modeled as UClASS_MISC driver seems to be probed explicitly. So it appears to me that the DM framework is probably not capable of handling probe of UCLASS_MISC. The am65-cpsw driver is also a UCLASS_MISC driver because of which it has to be probed similar to the ESM driver. Can someone suggest me if there is a way to trigger probe of all UCLASS_MISC drivers using the DM framework or am65-cpsw should be probed in this way only ?
Can you suggest how can we do this ?
Did'nt you guys just discuss this in https://lore.kernel.org/all/48c63fc4-9f06-4066-b206-a0a548936dcd@ti.com/ ?