If interrupt is connected to a GPIO, then the GPIO driver might not be ready
when axis_fifo_probe is called and getting the IRQ resource with
platform_get_resource will fail. Instead change to use platform_get_irq that
will return EPROBE_DEFER to retry later.
If interrupt is connected to a GPIO, then the GPIO driver might not be ready when axis_fifo_probe is called and getting the IRQ resource with platform_get_resource will fail. Instead change to use platform_get_irq that will return EPROBE_DEFER to retry later.