[source] lantiq: pinctrl: xway: fix copy/paste error in xrx200_grps

LEDE Commits lede-commits at lists.infradead.org
Mon May 29 01:38:18 PDT 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/82f7fd745715c647685b9a7758d0f66ed6bf345a

commit 82f7fd745715c647685b9a7758d0f66ed6bf345a
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Mon May 29 06:17:07 2017 +0200

    lantiq: pinctrl: xway: fix copy/paste error in xrx200_grps
    
    Signed-off-by: Martin Schiller <ms at dev.tdt.de>
---
 ...pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch |  2 +-
 ...044-pinctrl-xway-fix-copy-paste-error-in-xrx200_grps.patch | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/target/linux/lantiq/patches-4.4/0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch b/target/linux/lantiq/patches-4.4/0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch
index b27cb0b..0ac167d 100644
--- a/target/linux/lantiq/patches-4.4/0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch
+++ b/target/linux/lantiq/patches-4.4/0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch
@@ -959,7 +959,7 @@ Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
 +	GRP_MUX("spi_cs5", SPI, xrx200_pins_spi_cs5),
 +	GRP_MUX("spi_cs6", SPI, xrx200_pins_spi_cs6),
 +	GRP_MUX("usif uart_rx", USIF, xrx200_pins_usif_uart_rx),
-+	GRP_MUX("usif uart_rx", USIF, xrx200_pins_usif_uart_tx),
++	GRP_MUX("usif uart_tx", USIF, xrx200_pins_usif_uart_tx),
 +	GRP_MUX("usif uart_rts", USIF, xrx200_pins_usif_uart_rts),
 +	GRP_MUX("usif uart_cts", USIF, xrx200_pins_usif_uart_cts),
 +	GRP_MUX("usif uart_dtr", USIF, xrx200_pins_usif_uart_dtr),
diff --git a/target/linux/lantiq/patches-4.9/0044-pinctrl-xway-fix-copy-paste-error-in-xrx200_grps.patch b/target/linux/lantiq/patches-4.9/0044-pinctrl-xway-fix-copy-paste-error-in-xrx200_grps.patch
new file mode 100644
index 0000000..a2fc9d9
--- /dev/null
+++ b/target/linux/lantiq/patches-4.9/0044-pinctrl-xway-fix-copy-paste-error-in-xrx200_grps.patch
@@ -0,0 +1,11 @@
+--- a/drivers/pinctrl/pinctrl-xway.c
++++ b/drivers/pinctrl/pinctrl-xway.c
+@@ -1028,7 +1028,7 @@ static const struct ltq_pin_group xrx200
+ 	GRP_MUX("spi_cs5", SPI, xrx200_pins_spi_cs5),
+ 	GRP_MUX("spi_cs6", SPI, xrx200_pins_spi_cs6),
+ 	GRP_MUX("usif uart_rx", USIF, xrx200_pins_usif_uart_rx),
+-	GRP_MUX("usif uart_rx", USIF, xrx200_pins_usif_uart_tx),
++	GRP_MUX("usif uart_tx", USIF, xrx200_pins_usif_uart_tx),
+ 	GRP_MUX("usif uart_rts", USIF, xrx200_pins_usif_uart_rts),
+ 	GRP_MUX("usif uart_cts", USIF, xrx200_pins_usif_uart_cts),
+ 	GRP_MUX("usif uart_dtr", USIF, xrx200_pins_usif_uart_dtr),



More information about the lede-commits mailing list