[PATCH] arm64: defconfig: Enable PCF857X GPIO expander

Wadim Egorov posted 1 patch 1 year, 5 months ago
There is a newer version of this series
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: defconfig: Enable PCF857X GPIO expander
Posted by Wadim Egorov 1 year, 5 months ago
Enable the PCF857X GPIO expander which is equipped on
the PHYTEC phyBOARD-Lyra AM625.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index ef2235838c44..0c7d3f7717ff 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -655,6 +655,7 @@ CONFIG_GPIO_XGENE_SB=y
 CONFIG_GPIO_MAX732X=y
 CONFIG_GPIO_PCA953X=y
 CONFIG_GPIO_PCA953X_IRQ=y
+CONFIG_GPIO_PCF857X=m
 CONFIG_GPIO_BD9571MWV=m
 CONFIG_GPIO_MAX77620=y
 CONFIG_GPIO_SL28CPLD=m
-- 
2.34.1
Re: [Upstream] [PATCH] arm64: defconfig: Enable PCF857X GPIO expander
Posted by Wadim Egorov 1 year, 2 months ago

Am 18.07.24 um 11:52 schrieb Wadim Egorov:
> Enable the PCF857X GPIO expander which is equipped on
> the PHYTEC phyBOARD-Lyra AM625.
> 
> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>

Is there something wrong with this change?

> ---
>   arch/arm64/configs/defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index ef2235838c44..0c7d3f7717ff 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -655,6 +655,7 @@ CONFIG_GPIO_XGENE_SB=y
>   CONFIG_GPIO_MAX732X=y
>   CONFIG_GPIO_PCA953X=y
>   CONFIG_GPIO_PCA953X_IRQ=y
> +CONFIG_GPIO_PCF857X=m
>   CONFIG_GPIO_BD9571MWV=m
>   CONFIG_GPIO_MAX77620=y
>   CONFIG_GPIO_SL28CPLD=m
Re: [Upstream] [PATCH] arm64: defconfig: Enable PCF857X GPIO expander
Posted by Krzysztof Kozlowski 1 year, 2 months ago
On 02/10/2024 12:32, Wadim Egorov wrote:
> 
> 
> Am 18.07.24 um 11:52 schrieb Wadim Egorov:
>> Enable the PCF857X GPIO expander which is equipped on
>> the PHYTEC phyBOARD-Lyra AM625.
>>
>> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
> 
> Is there something wrong with this change?

Nothing, looks good, but you did not Cc your SoC maintainer, so
maintainer is not even aware that there is something to pick up.

Best regards,
Krzysztof