commit | 0b458d7b10f83eb34b84957e6cf47cee2a97bc49 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sun Feb 10 19:35:08 2019 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Apr 23 16:02:15 2019 +0200 |
tree | 397eb85bdccefa37098499ca04cd3a251ab382e9 | |
parent | 81bca32fcc75ededc51274d11f593a22a027236c [diff] |
soc: ixp4xx: npe: Pass addresses as resources Instead of using hardcoded base addresses implicitly obtained through <linux/io.h>, pass the physical base for the three NPE blocks as memory resources and remap these in the driver. Drop the memory request region business, this will anyways be done by devm_* remapping functions. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>