commit | 6a159be25a3f4b67523411829d26f5e93c3d0c5f | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Tue Oct 17 13:48:56 2023 +0100 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Thu Dec 07 00:23:06 2023 +0000 |
tree | a227b4e64f85451c5b1a4c051d8cb36afe7f0e91 | |
parent | ebad40419a14c182e1203af54734acdb7d90c24e [diff] |
gpio: qcom_pmic: add a quirk to skip GPIO configuration Some platforms hard reset when attempting to configure PMIC GPIOs. Add support for quirks specified in match data with a single quirk to skip this configuration. We rely on the GPIO already be configured correctly, which is always the case for volume up (the only current user of these GPIOs). Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>