commit | e92935e13a052df7e6bc274e00fc91b80531f1e4 | [log] [tgz] |
---|---|---|
author | Roland Stigge <stigge@antcom.de> | Fri May 18 10:19:52 2012 +0200 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri May 18 16:48:36 2012 -0600 |
tree | b04f80aa90bab2d71f2299b00f5cccc3e7ee9a7a | |
parent | 3d0f7cf0f3633f92ddeb767eb59cab73963d4dee [diff] |
gpio/lpc32xx: Add device tree support This patch adds device tree support for gpio-lpc32xx.c. To register the various GPIO banks as (struct) gpio_chips via the same DT gpio-controller, we utilize the adjusted of_xlate API to manipulate the actually used struct gpio_chip. Signed-off-by: Roland Stigge <stigge@antcom.de> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>