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 <shawn.guo@xxxxxxxxxx> Just sent out v2 to search child using node name rather than assuming it's always the first one. Shawn