Patch "pinctrl: mediatek: mt8365: fix IES control pins" has been added to the 5.17-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    pinctrl: mediatek: mt8365: fix IES control pins

to the 5.17-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     pinctrl-mediatek-mt8365-fix-ies-control-pins.patch
and it can be found in the queue-5.17 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 859bc822a1eda18be1231b757e4973fa3f80a575
Author: Mattijs Korpershoek <mkorpershoek@xxxxxxxxxxxx>
Date:   Tue Apr 26 14:57:14 2022 +0200

    pinctrl: mediatek: mt8365: fix IES control pins
    
    [ Upstream commit f680058f406863b55ac226d1c157701939c63db4 ]
    
    IES26 (BIT 16 of IES1_CFG_ADDR) controls the following pads:
    
    - PAD_I2S_DATA_IN (GPIO114)
    - PAD_I2S_LRCK (GPIO115)
    - PAD_I2S_BCK (GPIO116)
    
    The pinctrl table is wrong since it lists pins 114 to 112.
    
    Update the table with the correct values.
    
    Fixes: e94d8b6fb83a ("pinctrl: mediatek: add support for mt8365 SoC")
    Reported-by: Youngmin Han <Youngmin.Han@xxxxxxxxxxxxxxxx>
    Signed-off-by: Mattijs Korpershoek <mkorpershoek@xxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20220426125714.298907-1-mkorpershoek@xxxxxxxxxxxx
    Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/pinctrl/mediatek/pinctrl-mt8365.c b/drivers/pinctrl/mediatek/pinctrl-mt8365.c
index 79b1fee5a1eb..ddee0db72d26 100644
--- a/drivers/pinctrl/mediatek/pinctrl-mt8365.c
+++ b/drivers/pinctrl/mediatek/pinctrl-mt8365.c
@@ -259,7 +259,7 @@ static const struct mtk_pin_ies_smt_set mt8365_ies_set[] = {
 	MTK_PIN_IES_SMT_SPEC(104, 104, 0x420, 13),
 	MTK_PIN_IES_SMT_SPEC(105, 109, 0x420, 14),
 	MTK_PIN_IES_SMT_SPEC(110, 113, 0x420, 15),
-	MTK_PIN_IES_SMT_SPEC(114, 112, 0x420, 16),
+	MTK_PIN_IES_SMT_SPEC(114, 116, 0x420, 16),
 	MTK_PIN_IES_SMT_SPEC(117, 119, 0x420, 17),
 	MTK_PIN_IES_SMT_SPEC(120, 122, 0x420, 18),
 	MTK_PIN_IES_SMT_SPEC(123, 125, 0x420, 19),



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux