From 87c0b65cc3190b669807525ef847d4bc890b8b38 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Thu, 29 Mar 2012 11:03:27 +0530 Subject: [PATCH] --- yaml --- r: 302330 b: refs/heads/master c: eb181c3533e8e5b3eaa96d3e8ed1cf5d9a408076 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/pinctrl.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 74106ce46173..430e3d96aa24 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eafeb7a44aa8f79c992b9d557ede740c739f4b25 +refs/heads/master: eb181c3533e8e5b3eaa96d3e8ed1cf5d9a408076 diff --git a/trunk/Documentation/pinctrl.txt b/trunk/Documentation/pinctrl.txt index d97bccf46147..f2e27ef8e1b3 100644 --- a/trunk/Documentation/pinctrl.txt +++ b/trunk/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" };