Move UART IRQ enable after USB init

We enable the UART interrupt super early, way before we can actually
handle anything. That's no good.

Move the enablement after the FUSB init, unless we deal with an
serial upstream.

Signed-off-by: Marc Zyngier <maz@kernel.org>
2 files changed