Commit b06fbfdb authored by Shiraz Hashim's avatar Shiraz Hashim Committed by Linus Walleij

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: default avatarShiraz Hashim <shiraz.hashim@st.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b06bf9a9
...@@ -461,7 +461,7 @@ static struct spear_pingroup clcd_high_res_pingroup = { ...@@ -461,7 +461,7 @@ static struct spear_pingroup clcd_high_res_pingroup = {
.nmodemuxs = ARRAY_SIZE(clcd_high_res_modemux), .nmodemuxs = ARRAY_SIZE(clcd_high_res_modemux),
}; };
static const char *const clcd_grps[] = { "clcd_grp", "clcd_high_res" }; static const char *const clcd_grps[] = { "clcd_grp", "clcd_high_res_grp" };
static struct spear_function clcd_function = { static struct spear_function clcd_function = {
.name = "clcd", .name = "clcd",
.groups = clcd_grps, .groups = clcd_grps,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment