commit | 9bf48e2ee8a0174adfb0f18d110198e4ca042284 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Wed Mar 14 18:46:31 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 16:11:09 2018 -0400 |
tree | bb646909608a4c61d8081eaf7c0c482bc831e808 | |
parent | 6074c3879c69a28cd8ace6ae03df5f9d4d2ef17f [diff] |
spi: atmel: Add ifdef for DM_GPIO code Few boards are configuring gpio directly from board instead using drivers/gpio so add ifdef for DM_GPIO to compatible for both the cases. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Wenyou Yang <wenyouya@gmail.com>