From fd93fe052bf1f62545a7d6daf7b3491217481abf Mon Sep 17 00:00:00 2001 From: Martin Ayotte Date: Wed, 23 Oct 2019 11:08:08 -0400 Subject: [PATCH] remove useless patch --- .../general-meson64-fix-uartC-pinctrl.patch | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 patch/kernel/meson64-dev/general-meson64-fix-uartC-pinctrl.patch diff --git a/patch/kernel/meson64-dev/general-meson64-fix-uartC-pinctrl.patch b/patch/kernel/meson64-dev/general-meson64-fix-uartC-pinctrl.patch deleted file mode 100644 index 1db0fe0899..0000000000 --- a/patch/kernel/meson64-dev/general-meson64-fix-uartC-pinctrl.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c -index 4edeb4c..c4c70dc 100644 ---- a/drivers/pinctrl/meson/pinctrl-meson-gxbb.c -+++ b/drivers/pinctrl/meson/pinctrl-meson-gxbb.c -@@ -198,8 +198,8 @@ static const unsigned int uart_rts_b_pins[] = { GPIODV_27 }; - - static const unsigned int uart_tx_c_pins[] = { GPIOY_13 }; - static const unsigned int uart_rx_c_pins[] = { GPIOY_14 }; --static const unsigned int uart_cts_c_pins[] = { GPIOX_11 }; --static const unsigned int uart_rts_c_pins[] = { GPIOX_12 }; -+static const unsigned int uart_cts_c_pins[] = { GPIOY_11 }; -+static const unsigned int uart_rts_c_pins[] = { GPIOY_12 }; - - static const unsigned int i2c_sck_a_pins[] = { GPIODV_25 }; - static const unsigned int i2c_sda_a_pins[] = { GPIODV_24 }; -@@ -445,10 +445,10 @@ static struct meson_pmx_group meson_gxbb_periphs_groups[] = { - GROUP(pwm_f_x, 3, 18), - - /* Bank Y */ -- GROUP(uart_cts_c, 1, 19), -- GROUP(uart_rts_c, 1, 18), -- GROUP(uart_tx_c, 1, 17), -- GROUP(uart_rx_c, 1, 16), -+ GROUP(uart_cts_c, 1, 17), -+ GROUP(uart_rts_c, 1, 16), -+ GROUP(uart_tx_c, 1, 19), -+ GROUP(uart_rx_c, 1, 18), - GROUP(pwm_a_y, 1, 21), - GROUP(pwm_f_y, 1, 20), - GROUP(i2s_out_ch23_y, 1, 5),