
11 Jul
2018
11 Jul
'18
2:42 p.m.
On Sun, Jun 10, 2018 at 09:29:51AM -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 d128f942a0..4d54df284d 100644
Applied to u-boot/master, thanks!
--
Tom