
20 Jul
2018
20 Jul
'18
2:35 p.m.
On Mon, Jun 25, 2018 at 10:31:35AM -0500, Adam Ford wrote:
The omap_gpio driver has a TODO that says when every board is converted to DM and DT, the omap_gpio_bind can stop using calloc and switch to auto-alloc.
This patch converts this driver to auto-calloc when DT is enabled.
Signed-off-by: Adam Ford aford173@gmail.com
diff --git a/drivers/gpio/omap_gpio.c b/drivers/gpio/omap_gpio.c index 79a975ce71..651f6994e4 100644
Applied to u-boot/master, thanks!
--
Tom