
15 Jan
2015
15 Jan
'15
5:39 a.m.
On 5 January 2015 at 20:05, Simon Glass sjg@chromium.org wrote:
Only the GPIO driver knows about the full GPIO device tree binding used by a device. Add a method to allow the driver to provide this information to the uclass, including the GPIO offset within the device and flags such as the polarity.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/gpio/gpio-uclass.c | 16 ++++++++++++++++ include/asm-generic/gpio.h | 29 +++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+)
Applied to u-boot-dm.