]> git.ipfire.org Git - thirdparty/u-boot.git/commit
power: pmic: mtk-pwrap: drop PWRAP_SLV_CAP_DUALIO on mt6359
authorDavid Lechner <dlechner@baylibre.com>
Thu, 9 Apr 2026 20:30:36 +0000 (15:30 -0500)
committerDavid Lechner <dlechner@baylibre.com>
Wed, 29 Apr 2026 14:08:18 +0000 (09:08 -0500)
commitb60d1c5262bf7d1a7e6ffbcf7813df5dd3228f98
tree8612a627990b96d9363acfe584aa03b6ffe7c82d
parent8c5f5ef2c913209bc9f3f44e4bba30c911570ea6
power: pmic: mtk-pwrap: drop PWRAP_SLV_CAP_DUALIO on mt6359

Drop the PWRAP_SLV_CAP_DUALIO flag from the mt6359 PMIC definition. The
mt6359p variant of the PMIC does support dual I/O.

Prior to this change, the driver would attempt to write to the
PWRAP_DEW_DIO_EN register, which was not defined, so would write
register 0 (DONE2).

Reviewed-by: Julien Stephan <jstephan@baylibre.com>
Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
Link: https://patch.msgid.link/20260409-mtk-pmic-fixes-v2-4-73e83aa6345b@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
drivers/power/pmic/mtk-pwrap.c