From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugen.Hristev at microchip.com Date: Mon, 19 Apr 2021 07:41:26 +0000 Subject: [PATCH 1/2] gpio: atmel_pio4: add support for sama7g5 pio4 version with 5 banks In-Reply-To: <20210407083929.287218-1-eugen.hristev@microchip.com> References: <20210407083929.287218-1-eugen.hristev@microchip.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/7/21 11:39 AM, Eugen Hristev wrote: > Add support for sama7g5 pinctrl variant, with 5 banks with a degraded > 8 line only 5th bank. > Based on Linux Kernel implementation. > > Signed-off-by: Eugen Hristev > --- > drivers/gpio/atmel_pio4.c | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > Applied both to u-boot-atmel/master