Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb181c35 authored by Viresh Kumar's avatar Viresh Kumar Committed by Linus Walleij
Browse files

Documentation: pinctrl: add missing spi0_0 grp in example



Missed one group from the documentation when proofreading.

Signed-off-by: default avatarViresh Kumar <viresh.kumar@st.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent eafeb7a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" };