commit | 0fbeac3b0f67a50d45e8a7d72ee3e0301ac7e9a9 | [log] [tgz] |
---|---|---|
author | Claudiu Manoil <claudiu.manoil@nxp.com> | Wed Nov 16 16:40:21 2016 +0200 |
committer | Scott Wood <oss@buserror.net> | Wed Nov 23 01:23:44 2016 -0600 |
tree | d95578e2ba5a3a03bf8d84a0366e87392e3165cd | |
parent | 57e68a5e23570ff3ab76772a974724c226fcee7d [diff] |
soc/qman: Don't add a new platform device for dma mapping The qman portals are platform devices themselves, so they should handle dma mappings. Creating a dummy platform device in order to support dma mapping operations is not justified (and not portable). Instead, do the mapping against the first portal that has been initialised. Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: Scott Wood <oss@buserror.net>