diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-03-29 01:33:27 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-04-18 07:53:10 -0400 |
commit | eb181c3533e8e5b3eaa96d3e8ed1cf5d9a408076 (patch) | |
tree | ac7664b7c2ddb2cd45e28c11ce3e7193fc09c45b /Documentation/pinctrl.txt | |
parent | eafeb7a44aa8f79c992b9d557ede740c739f4b25 (diff) |
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>
Diffstat (limited to 'Documentation/pinctrl.txt')
-rw-r--r-- | Documentation/pinctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt index d97bccf46147..f2e27ef8e1b3 100644 --- a/Documentation/pinctrl.txt +++ b/Documentation/pinctrl.txt | |||
@@ -640,7 +640,7 @@ struct foo_pmx_func { | |||
640 | const unsigned num_groups; | 640 | const unsigned num_groups; |
641 | }; | 641 | }; |
642 | 642 | ||
643 | static const char * const spi0_groups[] = { "spi0_1_grp" }; | 643 | static const char * const spi0_groups[] = { "spi0_0_grp", "spi0_1_grp" }; |
644 | static const char * const i2c0_groups[] = { "i2c0_grp" }; | 644 | static const char * const i2c0_groups[] = { "i2c0_grp" }; |
645 | static const char * const mmc0_groups[] = { "mmc0_1_grp", "mmc0_2_grp", | 645 | static const char * const mmc0_groups[] = { "mmc0_1_grp", "mmc0_2_grp", |
646 | "mmc0_3_grp" }; | 646 | "mmc0_3_grp" }; |