diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-12-23 12:55:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-12-23 12:55:27 +0000 |
commit | 709948c80e4a1cc21bf48109c9daa3699f73f933 (patch) | |
tree | 93e5fe46d2a6d28c5c1aafa3cf2a59d7e4354e35 /sys/dev | |
parent | 526dfe557faac8a2859c1574cb39f239cf3f9f71 (diff) |
Sync Allwinner H3/H5 pin definitions with Linux.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/fdt/sxipio_pins.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/fdt/sxipio_pins.h b/sys/dev/fdt/sxipio_pins.h index 10f27f03e47..721e749050e 100644 --- a/sys/dev/fdt/sxipio_pins.h +++ b/sys/dev/fdt/sxipio_pins.h @@ -3559,7 +3559,6 @@ struct sxipio_pin sun8i_h3_pins[] = { { "gpio_in", 0 }, { "gpio_out", 1 }, { "sim", 2 }, - { "pwm1", 3 }, { "irq", 6 }, } }, { SXIPIO_PIN(A, 7), { @@ -4074,13 +4073,13 @@ struct sxipio_pin sun8i_h3_r_pins[] = { { SXIPIO_PIN(L, 0), { { "gpio_in", 0 }, { "gpio_out", 1 }, - { "s_twi", 2 }, + { "s_i2c", 2 }, { "irq", 6 }, } }, { SXIPIO_PIN(L, 1), { { "gpio_in", 0 }, { "gpio_out", 1 }, - { "s_twi", 2 }, + { "s_i2c", 2 }, { "irq", 6 }, } }, { SXIPIO_PIN(L, 2), { |