Searched hist:fe1ef503381c4c03c059de3324271ce21cae3078 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | gpio-uclass.c | fe1ef503381c4c03c059de3324271ce21cae3078 Thu Oct 23 03:37:01 UTC 2014 Simon Glass <sjg@chromium.org> dm: gpio: Support numbered GPIOs
At present banks must be named and it is not possible to refer to GPIOs by number in driver model. Some boards use numbering - e.g. OMAP. It is fairly easy to support by detecting the absense of a bank name (which starts with a letter).
Add support for numbered GPIOs in addition to the existing bank support.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>
|