commit | 830e72411d0a9871a1494205919ee8a3fbb356fd | [log] [tgz] |
---|---|---|
author | Jason Li <jason.li@cortina-access.com> | Thu Jan 30 12:34:55 2020 -0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 07 14:01:21 2020 -0500 |
tree | 1010f4e40fe692a3af471e0d75a405d49d928cfe | |
parent | 94171e362838353aa77d2f074690eaf3a6ae66d9 [diff] |
gpio: do not include <asm/arch/gpio.h> for Cortina CAxxxx SoCs The Cortina CAxxxx GPIO driver maintains DM_GPIO support across different CPU ISA in the CAxxxx Soc Family; Not just ARM. Therefore, it is not desirable to split out and maintain separete gpio header file for each CPU architecture. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Jason Li <jason.li@cortina-access.com> Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>