[PATCH 5/5] gpio: qcom_spmi: add pm660l

Neil Armstrong neil.armstrong at linaro.org
Tue Sep 30 20:44:24 CEST 2025


On 9/14/25 11:42, David Wronek wrote:
> This is used for the volume keys on some SDM670 devices.
> 
> Signed-off-by: David Wronek <david.wronek at mainlining.org>
> ---
>   drivers/gpio/qcom_spmi_gpio.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpio/qcom_spmi_gpio.c b/drivers/gpio/qcom_spmi_gpio.c
> index 22c8072534e9188445f0aaef5336863fd1da7a75..220b77dfa9338498cd44353050ff8b12a1769a82 100644
> --- a/drivers/gpio/qcom_spmi_gpio.c
> +++ b/drivers/gpio/qcom_spmi_gpio.c
> @@ -743,6 +743,7 @@ static int qcom_spmi_pmic_gpio_probe(struct udevice *dev)
>   }
>   
>   static const struct udevice_id qcom_spmi_pmic_gpio_ids[] = {
> +	{ .compatible = "qcom,pm660l-gpio" },
>   	{ .compatible = "qcom,pm8550-gpio" },
>   	{ .compatible = "qcom,pm8550b-gpio" },
>   	{ .compatible = "qcom,pm8550ve-gpio" },
> 

Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>


More information about the U-Boot mailing list