From 265c35e4c4fbf27d03bee048d68145b4608756cd Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 23 Dec 2017 12:55:26 +0000 Subject: [PATCH] Sync Allwinner H3/H5 pin definitions with Linux. --- sys/dev/fdt/sxipio_pins.h | 5 ++--- 1 file 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), { -- 2.20.1