]> git.dujemihanovic.xyz Git - u-boot.git/commit
gpio: qcom_pmic: add again the quirk to skip GPIO configuration on PM8550
authorNeil Armstrong <neil.armstrong@linaro.org>
Wed, 16 Oct 2024 09:16:18 +0000 (11:16 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Wed, 20 Nov 2024 16:57:57 +0000 (17:57 +0100)
commit9b9ccca64c055e5e4e0628bc9f4418fe4325f617
tree637d42a49925ea8a97936e2ea62532afd2ef2f26
parent615dfe1aeaf6e536a123cd79f6fcbe47efe5ff07
gpio: qcom_pmic: add again the quirk to skip GPIO configuration on PM8550

The qcom_pmic code is broken for new PMICs and should be fixed,
without the QUIRK the code is broken and the GPIOs don't work
anymore on SM8550 and SM8650 platforms.

Partially revert the revert and only add the quirk on the PM8550
PMIC, making the buttons and MMC detect gpio work again.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/gpio/qcom_pmic_gpio.c