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:
Sean Anderson 2026-08-17 12:22:11 -04:00 committed by Linus Walleij
parent cee9395acd
commit 692f32609a

View File

@ -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[] = {