Re: [PATCH 2/2] of: address: Allow to specify nonposted-mmio per-device

From: Rob Herring (Arm)
Date: Fri Mar 21 2025 - 12:31:25 EST



On Wed, 19 Mar 2025 15:25:58 +0100, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
>
> Certain IP blocks may strictly require/expect a nE mapping to function
> correctly, while others may be fine without it (which is preferred for
> performance reasons).
>
> Allow specifying nonposted-mmio on a per-device basis.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
> ---
> drivers/of/address.c | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>

Applied, thanks!