Re: [PATCH] usb: dwc3: qcom: add URS Host support for sdm845 ACPI boot
From: Shawn Guo <hidden>
Date: 2021-01-15 03:54:09
Also in:
linux-arm-msm
From: Shawn Guo <hidden>
Date: 2021-01-15 03:54:09
Also in:
linux-arm-msm
On Wed, Dec 30, 2020 at 08:49:25PM +0800, Shawn Guo wrote:
For sdm845 ACPI boot, the URS (USB Role Switch) node in ACPI DSDT table holds the memory resource, while interrupt resources reside in the child nodes USB0 and UFN0. It adds USB0 host support by probing URS node, creating platform device for USB0 node, and then retrieve interrupt resources from USB0 platform device. Signed-off-by: Shawn Guo <redacted>
Just sent out v2 to search child using node name rather than assuming it's always the first one. Shawn