On 07/07/2021 10:49, Bryan O'Donoghue wrote:
On 07/07/2021 06:14, Bjorn Andersson wrote:So you're going to rely on DT to create a role-switch link between the dwc3 core driver and the qcom wrapper? As I said the other day, this is just a hack to get around the fact that of_platform_populate() may return before the dwc3 core has probed.
either way instead of avoiding the fact that dwc3-core can defer we should make it that dwc3-qcom::probe() exits* only when the dwc3-core is
*completes