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