commit | 753c5983ddd38022a680a36f5d66b23b185c9b62 | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@opensource.se> | Tue Feb 26 22:26:23 2013 +0900 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Mar 06 09:12:26 2013 +0800 |
tree | 3caf63dd7f8579a0eda026edd1d4cbb5e57d6aa0 | |
parent | 8d4c277e185c31359cf70573d8b0351fb7dd0dfe [diff] |
gpio/em: Add Device Tree support Update the Emma Mobile GPIO driver to add DT support. The patch simply adds a two-cell xlate function and updates the probe code to allow configuration via DT using the "ngpios" property plus OF id in the same style as gpio-mvebu.c. The code is also adjusted to use postcore_initcall() to force early setup. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>