Re: [PATCH v5] arm pl011 serial: support multi-irq request
From: Qian Cai <hidden>
Date: 2021-07-26 20:56:52
Also in:
linux-arm-kernel, lkml
From: Qian Cai <hidden>
Date: 2021-07-26 20:56:52
Also in:
linux-arm-kernel, lkml
On 7/26/2021 4:36 PM, Robin Murphy wrote:
The important point you're missing, but which the KASAN dump does hint at, is that that is a machine with SBSA generic UARTs booting via ACPI - I know it doesn't do DT at all because I have one too. What matters there is that pl011 binds as a platform driver, *not* an amba driver.
Thanks for pointing out, Robin. I just yet to see an ARM server booting from DT those days.