commit | 886a451bd2491de3551c2aea2a2f155f159716c8 | [log] [tgz] |
---|---|---|
author | David Brown <davidb@codeaurora.org> | Tue Aug 02 09:02:49 2011 -0700 |
committer | David Brown <davidb@codeaurora.org> | Mon Aug 29 12:47:35 2011 -0700 |
tree | da20c3ccf2fffaf59f04d77e2aefa70279cb3675 | |
parent | c6a389f123b9f68d605bb7e0f9b32ec1e3e14132 [diff] |
msm_serial: Use relative resources for iomem Device tree iomem resources are only accessible by index, and not by name. The msm_serial devices always have either 1 or 2 iomem resources, that are always in the same order. Convert the platform_get_resource_byname into just platform_get_resource to facilitate device tree conversion. Change-Id: I4fd0f1037e07f2725a2a25c7b07dea2ca9397db7 Signed-off-by: David Brown <davidb@codeaurora.org>