commit | f09ac1a805175a954d14ee7bd9fc5b0ce1d86e9d | [log] [tgz] |
---|---|---|
author | Igal Liberman <igall@marvell.com> | Wed Feb 14 19:25:23 2018 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Mar 30 12:52:48 2018 +0200 |
tree | 5cf62dcfe764839e3e63fd529e7dee8f8355b86d | |
parent | 0d852f527dc7d79bcda4821d08120a07f86c62ce [diff] |
dm: pcie: designware: add correct ATU handling Currently, ATU (address translation unit) implementation doesn't support translate addresses > 32 bits. This patch allows to configure ATU correctly for different memory accesses (memory, configuration and IO). The same approach is used in Linux Kernel. Signed-off-by: Igal Liberman <igall@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>