aw_gpio: Add a missing comma

This unbreaks arm build after commit 7192454558.

Fixes:	7192454558 aw_gpio: support Allwinner D1 GPIO
This commit is contained in:
Zhenlei Huang 2024-12-12 14:45:11 +08:00
parent 48d92db080
commit d4eb2d3f30

View file

@ -206,7 +206,7 @@ extern struct allwinner_padconf a83t_padconf;
extern struct allwinner_padconf a83t_r_padconf;
struct aw_gpio_conf a83t_gpio_conf = {
.padconf = &a83t_padconf,
.banks = "bcdefgh"
.banks = "bcdefgh",
.bank_size = 0x24,
.drv_pin_shift = 1,
.pul_offset = 0x1C,