mbox series

[v1,0/2] riscv: add GPIO support for the LicheePi4A

Message ID 20240920090532.280504-1-bigunclemax@gmail.com
Headers show
Series riscv: add GPIO support for the LicheePi4A | expand

Message

Maxim Kiselev Sept. 20, 2024, 9:05 a.m. UTC
From: Maksim Kiselev <bigunclemax@gmail.com>

This series adds GPIO support for the LicheePi4A board.
It's based on Alibaba TH1520 SoC that has DesignWare APB GPIO controller.

Best regards,
Maksim

Maksim Kiselev (2):
  gpio: dw: Add ngpios DT-property support
  configs: th1520_lpi4a: Enable CMD_GPIO, DM_GPIO and DWAPB_GPIO driver

 configs/th1520_lpi4a_defconfig | 4 +++-
 drivers/gpio/dwapb_gpio.c      | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)