[PATCH] pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name

Krzysztof Kozlowski posted 1 patch 1 year, 11 months ago
drivers/pinctrl/qcom/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name
Posted by Krzysztof Kozlowski 1 year, 11 months ago
Use proper model name in SM8650 LPASS pin controller Kconfig entry.

Cc: <stable@vger.kernel.org>
Fixes: c4e47673853f ("pinctrl: qcom: sm8650-lpass-lpi: add SM8650 LPASS")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 drivers/pinctrl/qcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig
index e0f2829c15d6..24619e80b2cc 100644
--- a/drivers/pinctrl/qcom/Kconfig
+++ b/drivers/pinctrl/qcom/Kconfig
@@ -125,7 +125,7 @@ config PINCTRL_SM8550_LPASS_LPI
 	  platform.
 
 config PINCTRL_SM8650_LPASS_LPI
-	tristate "Qualcomm Technologies Inc SM8550 LPASS LPI pin controller driver"
+	tristate "Qualcomm Technologies Inc SM8650 LPASS LPI pin controller driver"
 	depends on ARM64 || COMPILE_TEST
 	depends on PINCTRL_LPASS_LPI
 	help
-- 
2.34.1
Re: [PATCH] pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name
Posted by Linus Walleij 1 year, 11 months ago
On Fri, Feb 16, 2024 at 11:25 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:

> Use proper model name in SM8650 LPASS pin controller Kconfig entry.
>
> Cc: <stable@vger.kernel.org>
> Fixes: c4e47673853f ("pinctrl: qcom: sm8650-lpass-lpi: add SM8650 LPASS")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Patch applied as non-urgent fix.

Yours,
Linus Walleij
Re: [PATCH] pinctrl: qcom: sm8650-lpass-lpi: correct Kconfig name
Posted by neil.armstrong@linaro.org 1 year, 11 months ago
On 16/02/2024 11:24, Krzysztof Kozlowski wrote:
> Use proper model name in SM8650 LPASS pin controller Kconfig entry.
> 
> Cc: <stable@vger.kernel.org>
> Fixes: c4e47673853f ("pinctrl: qcom: sm8650-lpass-lpi: add SM8650 LPASS")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   drivers/pinctrl/qcom/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig
> index e0f2829c15d6..24619e80b2cc 100644
> --- a/drivers/pinctrl/qcom/Kconfig
> +++ b/drivers/pinctrl/qcom/Kconfig
> @@ -125,7 +125,7 @@ config PINCTRL_SM8550_LPASS_LPI
>   	  platform.
>   
>   config PINCTRL_SM8650_LPASS_LPI
> -	tristate "Qualcomm Technologies Inc SM8550 LPASS LPI pin controller driver"
> +	tristate "Qualcomm Technologies Inc SM8650 LPASS LPI pin controller driver"
>   	depends on ARM64 || COMPILE_TEST
>   	depends on PINCTRL_LPASS_LPI
>   	help

Thx for noticing


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