projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eafeb7a
)
Documentation: pinctrl: add missing spi0_0 grp in example
author
Viresh Kumar
<viresh.kumar@st.com>
Thu, 29 Mar 2012 05:33:27 +0000
(11:03 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 18 Apr 2012 11:53:10 +0000
(13:53 +0200)
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>
Documentation/pinctrl.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/pinctrl.txt
b/Documentation/pinctrl.txt
index d97bccf46147d639f31f56fef5c87064d929506f..f2e27ef8e1b3b05f86576005352886a4bc74ad4f 100644
(file)
--- a/
Documentation/pinctrl.txt
+++ b/
Documentation/pinctrl.txt
@@
-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" };