Commit b2cec0d8 authored by Andrea della Porta's avatar Andrea della Porta Committed by Greg Kroah-Hartman
Browse files

of: address: Preserve the flags portion on 1:1 dma-ranges mapping



[ Upstream commit 7f05e20b ]

A missing or empty dma-ranges in a DT node implies a 1:1 mapping for dma
translations. In this specific case, the current behaviour is to zero out
the entire specifier so that the translation could be carried on as an
offset from zero. This includes address specifier that has flags (e.g.
PCI ranges).

Once the flags portion has been zeroed, the translation chain is broken
since the mapping functions will check the upcoming address specifier
against mismatching flags, always failing the 1:1 mapping and its entire
purpose of always succeeding.

Set to zero only the address portion while passing the flags through.

Fixes: dbbdee94 ("of/address: Merge all of the bus translation code")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarAndrea della Porta <andrea.porta@suse.com>
Tested-by: default avatarHerve Codina <herve.codina@bootlin.com>
Link: https://lore.kernel.org/r/e51ae57874e58a9b349c35e2e877425ebc075d7a.1732441813.git.andrea.porta@suse.com


Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 6a7832e3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment