diff options
| author | 2017-12-23 12:55:26 +0000 | |
|---|---|---|
| committer | 2017-12-23 12:55:26 +0000 | |
| commit | 265c35e4c4fbf27d03bee048d68145b4608756cd (patch) | |
| tree | 5e962f607cb8647bfeec2c9c23972cc41977f0cc /sys/dev | |
| parent | the trick to get signal names requires skipping over POSIX stuff we don't (diff) | |
| download | wireguard-openbsd-265c35e4c4fbf27d03bee048d68145b4608756cd.tar.xz wireguard-openbsd-265c35e4c4fbf27d03bee048d68145b4608756cd.zip | |
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), { |
