aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-4.4
diff options
context:
space:
mode:
authorMartin Schiller <ms@dev.tdt.de>2017-05-29 06:17:07 +0200
committerJohn Crispin <john@phrozen.org>2017-05-29 09:51:19 +0200
commit82f7fd745715c647685b9a7758d0f66ed6bf345a (patch)
tree2fab9423f46ed42f2b11a11852f1650ab811ac7a /target/linux/lantiq/patches-4.4
parent7bf74d3185c2e7599cbea37a39e87d6e08138026 (diff)
downloadupstream-82f7fd745715c647685b9a7758d0f66ed6bf345a.tar.gz
upstream-82f7fd745715c647685b9a7758d0f66ed6bf345a.tar.bz2
upstream-82f7fd745715c647685b9a7758d0f66ed6bf345a.zip
lantiq: pinctrl: xway: fix copy/paste error in xrx200_grps
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'target/linux/lantiq/patches-4.4')
-rw-r--r--target/linux/lantiq/patches-4.4/0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch2
1 files changed, 1 insertions, 1 deletions
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 b27cb0b40e..0ac167d070 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@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),