mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 10:02:02 +02:00
pinctrl: meson: Fix typo in s4 group name
One of the i2c pin groups has some junk at the end. The name should be
i2c2_scl_h1, and indeed that's the name used by i2c2_pins3 in
meson-s4.dtsi.
Fixes: 775214d389 ("pinctrl: meson: add pinctrl driver support for Meson-S4 Soc")
Signed-off-by: Sean Anderson <sanderson@brivo.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
parent
cee9395acd
commit
692f32609a
|
|
@ -854,7 +854,7 @@ static const char * const i2c1_groups[] = {
|
|||
static const char * const i2c2_groups[] = {
|
||||
"i2c2_sda_d", "i2c2_scl_d",
|
||||
"i2c2_sda_h8", "i2c2_scl_h9",
|
||||
"i2c2_sda_h0", "i2c2_scl_h1l,"
|
||||
"i2c2_sda_h0", "i2c2_scl_h1",
|
||||
};
|
||||
|
||||
static const char * const i2c3_groups[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user