lantiq: fix typo in pinctl driver
[openwrt/svn-archive/archive.git] / target / linux / lantiq / patches-3.10 / 0035-pinctrl-lantiq-fix-typo.patch
1 From a1edd49e42f1b79015dab2d5d7057ef39730a789 Mon Sep 17 00:00:00 2001
2 From: Antonios Vamporakis <ant@area128.com>
3 Date: Sun, 29 Dec 2013 22:48:02 +0100
4 Subject: [PATCH] pinctrl/lantiq: fix typo
5
6 Signed-off-by: Antonios Vamporakis <ant@area128.com>
7 CC: John Crispin <blogic@openwrt.org>
8 Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
9 ---
10 drivers/pinctrl/pinctrl-xway.c | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/drivers/pinctrl/pinctrl-xway.c b/drivers/pinctrl/pinctrl-xway.c
14 index ed2d1ba..e66f4ca 100644
15 --- a/drivers/pinctrl/pinctrl-xway.c
16 +++ b/drivers/pinctrl/pinctrl-xway.c
17 @@ -332,10 +332,10 @@ static const struct ltq_pin_group xway_grps[] = {
18 GRP_MUX("mdio", MDIO, pins_mdio),
19 GRP_MUX("gphy0 led0", GPHY, pins_gphy0_led0),
20 GRP_MUX("gphy0 led1", GPHY, pins_gphy0_led1),
21 - GRP_MUX("gphy0 lde2", GPHY, pins_gphy0_led2),
22 + GRP_MUX("gphy0 led2", GPHY, pins_gphy0_led2),
23 GRP_MUX("gphy1 led0", GPHY, pins_gphy1_led0),
24 GRP_MUX("gphy1 led1", GPHY, pins_gphy1_led1),
25 - GRP_MUX("gphy1 lde2", GPHY, pins_gphy1_led2),
26 + GRP_MUX("gphy1 led2", GPHY, pins_gphy1_led2),
27 };
28
29 static const struct ltq_pin_group ase_grps[] = {
30 --
31 1.8.5.3
32