Home
last modified time | relevance | path

Searched hist:fe1ef503381c4c03c059de3324271ce21cae3078 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.cdiff fe1ef503381c4c03c059de3324271ce21cae3078 Wed Oct 22 22:37:01 CDT 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>