commit | 4a92a3e7c9b420364394883b57f338c43e582e9d | [log] [tgz] |
---|---|---|
author | Wenyou Yang <wenyou.yang@atmel.com> | Thu Mar 23 12:44:36 2017 +0800 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 13 14:44:50 2017 -0600 |
tree | 899bacd5e28eb86beb2b6d59a71274f902a58d8d | |
parent | d4aab6bae3ff1fecaf3f68f93185e8b96456cd29 [diff] |
gpio: at91_gpio: remove CPU_HAS_PIO3 macro The intention of the removal is the preparation to introduce the new AT91 PIO pinctrl driver. Use the union to make the PIO3 and PIO2's registers be together and make their offset aligned. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org>