From: luka Date: Sat, 15 Feb 2014 22:54:34 +0000 (+0000) Subject: lantiq: fix typo in pinctl driver X-Git-Tag: fast2504n-3.10.28-merged~68 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=6e9972d3b676a2e4861ff45a353a6ac50b767937;p=openwrt.git lantiq: fix typo in pinctl driver Signed-off-by: Antonios Vamporakis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39588 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/lantiq/patches-3.10/0035-pinctrl-lantiq-fix-typo.patch b/target/linux/lantiq/patches-3.10/0035-pinctrl-lantiq-fix-typo.patch new file mode 100644 index 0000000000..bc26ebc098 --- /dev/null +++ b/target/linux/lantiq/patches-3.10/0035-pinctrl-lantiq-fix-typo.patch @@ -0,0 +1,32 @@ +From a1edd49e42f1b79015dab2d5d7057ef39730a789 Mon Sep 17 00:00:00 2001 +From: Antonios Vamporakis +Date: Sun, 29 Dec 2013 22:48:02 +0100 +Subject: [PATCH] pinctrl/lantiq: fix typo + +Signed-off-by: Antonios Vamporakis +CC: John Crispin +Signed-off-by: Linus Walleij +--- + drivers/pinctrl/pinctrl-xway.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/drivers/pinctrl/pinctrl-xway.c b/drivers/pinctrl/pinctrl-xway.c +index ed2d1ba..e66f4ca 100644 +--- a/drivers/pinctrl/pinctrl-xway.c ++++ b/drivers/pinctrl/pinctrl-xway.c +@@ -332,10 +332,10 @@ static const struct ltq_pin_group xway_grps[] = { + GRP_MUX("mdio", MDIO, pins_mdio), + GRP_MUX("gphy0 led0", GPHY, pins_gphy0_led0), + GRP_MUX("gphy0 led1", GPHY, pins_gphy0_led1), +- GRP_MUX("gphy0 lde2", GPHY, pins_gphy0_led2), ++ GRP_MUX("gphy0 led2", GPHY, pins_gphy0_led2), + GRP_MUX("gphy1 led0", GPHY, pins_gphy1_led0), + GRP_MUX("gphy1 led1", GPHY, pins_gphy1_led1), +- GRP_MUX("gphy1 lde2", GPHY, pins_gphy1_led2), ++ GRP_MUX("gphy1 led2", GPHY, pins_gphy1_led2), + }; + + static const struct ltq_pin_group ase_grps[] = { +-- +1.8.5.3 +