On Tue, Jul 05, 2022 at 10:29:53AM -0600, Rob Herring wrote: > On Sat, Jul 2, 2022 at 3:04 PM Darren Stevens <darren@xxxxxxxxxxxxxxxx> wrote: > > > > In patch a1a2b7125e10 (Drop static setup of IRQ resource from DT > > core) we stopped platform_get_resource() from returning the IRQ, as all > > drivers were supposed to have switched to platform_get_irq() > > Unfortunately the Freescale EHCI driver in host mode got missed. Fix > > it. > > > > Fixes: a1a2b7125e10 (Drop static setup of IRQ resource from DT core) > > Reported-by: Christian Zigotzky <chzigotzky@xxxxxxxxxxx> > > Suggested-by: Rob Herring <robh@xxxxxxxxxx> > > Signed-off-by: Darren Stevens <darren@xxxxxxxxxxxxxxxx> > > --- > > v3 - Corrected resource allocation in fsl-mph-dr-of.c > > > > v2 - Fixed coding style, removed a couple of unneeded initializations, > > cc'd Layerscape maintainers. > > > > Tested on AmigaOne X5000/20 and X5000/40 Contains code by Rob Herring > > (in fsl-mph-dr-of.c) > > Thanks for fixing. > > Acked-by: Rob Herring <robh@xxxxxxxxxx> Okay for me too. Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>