[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <35e4e184dbcec04659f3c9fe648b9307ca16c9cd.1332999069.git.viresh.kumar@st.com>
Date: Thu, 29 Mar 2012 11:03:27 +0530
From: Viresh Kumar <viresh.kumar@...com>
To: <linus.walleij@...aro.org>
Cc: <rdunlap@...otime.net>, <linux-doc@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <spear-devel@...t.st.com>,
<viresh.linux@...il.com>, Viresh Kumar <viresh.kumar@...com>
Subject: [PATCH] Documentation: pinctrl: Add missing spi0_0 grp in example
Signed-off-by: Viresh Kumar <viresh.kumar@...com>
---
Documentation/pinctrl.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt
index d97bccf..f2e27ef 100644
--- 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" };
--
1.7.10.rc2.10.gb47606
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists