]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pinctrl: airoha: fix wrong PHY LED mux value for LED1 GPIO46
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 8 Sep 2025 11:34:24 +0000 (13:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2025 11:48:37 +0000 (13:48 +0200)
commitcda80b7937bb5695e0b019783e41f0f3530d0552
treefbc003d8f0a79ff8c0e9f08549d2a90ac5aa3c76
parent3bf00f58a8075fe881890cb21b753105f231713d
pinctrl: airoha: fix wrong PHY LED mux value for LED1 GPIO46

commit 6f9674aa69ad0178ca8fc6995942ba9848c324f4 upstream.

In all the MUX value for LED1 GPIO46 there is a Copy-Paste error where
the MUX value is set to LED0_MODE_MASK instead of LED1_MODE_MASK.

This wasn't notice as there were no board that made use of the
secondary PHY LED but looking at the internal Documentation the actual
value should be LED1_MODE_MASK similar to the other GPIO entry.

Fix the wrong value to apply the correct MUX configuration.

Cc: stable@vger.kernel.org
Fixes: 1c8ace2d0725 ("pinctrl: airoha: Add support for EN7581 SoC")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/mediatek/pinctrl-airoha.c