commit | 6fb9a8f5ada8c1d660830fde7363b1a3b3368373 | [log] [tgz] |
---|---|---|
author | Suman Anna <s-anna@ti.com> | Tue Aug 01 10:48:41 2017 -0500 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Thu Aug 24 11:59:53 2017 -0700 |
tree | ea53d81d6aa24c46e1e532fa1b7078149ddb9cb6 | |
parent | c42ca04da57aad91689e681a124a174249bc1a70 [diff] |
remoteproc/davinci: Switch to platform_get_resource_byname() The davinci remoteproc driver currently uses the platform_get_resource() API for retrieving the IOMEM resources. Switch this function to use the platform_get_resource_byname() API instead in preparation for adding the DT support so that the binding can be agnostic of the IOMEM resource order. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>