mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
aw_gpio: Add a missing comma
This unbreaks arm build after commit7192454558. Fixes:7192454558aw_gpio: support Allwinner D1 GPIO
This commit is contained in:
parent
48d92db080
commit
d4eb2d3f30
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue