diff options
author | Shiraz Hashim <shiraz.hashim@st.com> | 2012-10-27 05:17:49 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-11-05 06:33:46 -0500 |
commit | b06fbfdb06da61154b9498ff8e83377d3d795081 (patch) | |
tree | 13895423f80708482e038a2bcc8fe50afc7deb93 /drivers/pinctrl/spear | |
parent | b06bf9a905e1d9ebb7326fa4110cf5eb105c872f (diff) |
pinctrl: SPEAr1310: fix clcd high resolution pin group name
All group names in SPEAr pinctrl have "_grp" at the end of their name. Do the
same for clcd_high_res_grp.
Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/spear')
-rw-r--r-- | drivers/pinctrl/spear/pinctrl-spear1310.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/spear/pinctrl-spear1310.c b/drivers/pinctrl/spear/pinctrl-spear1310.c index d6cca8c81b92..c720d09029b0 100644 --- a/drivers/pinctrl/spear/pinctrl-spear1310.c +++ b/drivers/pinctrl/spear/pinctrl-spear1310.c | |||
@@ -461,7 +461,7 @@ static struct spear_pingroup clcd_high_res_pingroup = { | |||
461 | .nmodemuxs = ARRAY_SIZE(clcd_high_res_modemux), | 461 | .nmodemuxs = ARRAY_SIZE(clcd_high_res_modemux), |
462 | }; | 462 | }; |
463 | 463 | ||
464 | static const char *const clcd_grps[] = { "clcd_grp", "clcd_high_res" }; | 464 | static const char *const clcd_grps[] = { "clcd_grp", "clcd_high_res_grp" }; |
465 | static struct spear_function clcd_function = { | 465 | static struct spear_function clcd_function = { |
466 | .name = "clcd", | 466 | .name = "clcd", |
467 | .groups = clcd_grps, | 467 | .groups = clcd_grps, |