dect
/
linux-2.6
Archived
13
0
Fork 0

Documentation: pinctrl: add missing spi0_0 grp in example

Missed one group from the documentation when proofreading.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Viresh Kumar 2012-03-29 11:03:27 +05:30 committed by Linus Walleij
parent eafeb7a44a
commit eb181c3533
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ struct foo_pmx_func {
const unsigned num_groups;
};
static const char * const spi0_groups[] = { "spi0_1_grp" };
static const char * const spi0_groups[] = { "spi0_0_grp", "spi0_1_grp" };
static const char * const i2c0_groups[] = { "i2c0_grp" };
static const char * const mmc0_groups[] = { "mmc0_1_grp", "mmc0_2_grp",
"mmc0_3_grp" };