commit | fc069eabe32c3362bce9b5ad59f322af329dda0c | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric@nelint.com> | Wed Apr 20 08:37:36 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 05df9716e336bad79391ad39e0d3ba9b4556e8dc | |
parent | 67670aac4fcd9268dff795a04a5c0066c3df7d3a [diff] |
gpio: omap: remove gpio_xlate routine With the addition of GPIO_ACTIVE_LOW parsing in gpio-uclass, the omap gpio driver doesn't need a custom xlate routine. Signed-off-by: Eric Nelson <eric@nelint.com> Acked-by: Simon Glass <sjg@chromium.org>