From: Martin Kaiser martin@kaiser.cx
commit a73bda63a102a5f1feb730d4d809de098a3d1886 upstream.
The vf610 gpio driver is used in i.MX8QM, DXL, ULP and i.MX93 chips. Enable it in arm64 defconfig.
(vf610 gpio used to be enabled by default for all i.MX chips. This was changed recently as most i.MX chips don't need this driver.)
Cc: stable@vger.kernel.org # 6.6.x Signed-off-by: Martin Kaiser martin@kaiser.cx Signed-off-by: Shawn Guo shawnguo@kernel.org Signed-off-by: Fabio Estevam festevam@gmail.com --- Hi,
This fixes a boot regression on imx93-evk running 6.6.32.
Please apply it to the 6.6.y stable tree.
arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 24f395d9ce2a36..9f82eb906a8a34 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -632,6 +632,7 @@ CONFIG_GPIO_SYSCON=y CONFIG_GPIO_UNIPHIER=y CONFIG_GPIO_VISCONTI=y CONFIG_GPIO_WCD934X=m +CONFIG_GPIO_VF610=y CONFIG_GPIO_XGENE=y CONFIG_GPIO_XGENE_SB=y CONFIG_GPIO_MAX732X=y
Hi Greg,
On Tue, Jun 4, 2024 at 3:10 PM Fabio Estevam festevam@gmail.com wrote:
From: Martin Kaiser martin@kaiser.cx
commit a73bda63a102a5f1feb730d4d809de098a3d1886 upstream.
The vf610 gpio driver is used in i.MX8QM, DXL, ULP and i.MX93 chips. Enable it in arm64 defconfig.
(vf610 gpio used to be enabled by default for all i.MX chips. This was changed recently as most i.MX chips don't need this driver.)
Cc: stable@vger.kernel.org # 6.6.x Signed-off-by: Martin Kaiser martin@kaiser.cx Signed-off-by: Shawn Guo shawnguo@kernel.org Signed-off-by: Fabio Estevam festevam@gmail.com
Hi,
This fixes a boot regression on imx93-evk running 6.6.32.
Please apply it to the 6.6.y stable tree.
A gentle ping.
Please consider applying this one to 6.6 stable as it fixes a boot regression.
Thanks
On Wed, Jun 19, 2024 at 10:13:06AM -0300, Fabio Estevam wrote:
Hi Greg,
On Tue, Jun 4, 2024 at 3:10 PM Fabio Estevam festevam@gmail.com wrote:
From: Martin Kaiser martin@kaiser.cx
commit a73bda63a102a5f1feb730d4d809de098a3d1886 upstream.
The vf610 gpio driver is used in i.MX8QM, DXL, ULP and i.MX93 chips. Enable it in arm64 defconfig.
(vf610 gpio used to be enabled by default for all i.MX chips. This was changed recently as most i.MX chips don't need this driver.)
Cc: stable@vger.kernel.org # 6.6.x Signed-off-by: Martin Kaiser martin@kaiser.cx Signed-off-by: Shawn Guo shawnguo@kernel.org Signed-off-by: Fabio Estevam festevam@gmail.com
Hi,
This fixes a boot regression on imx93-evk running 6.6.32.
Please apply it to the 6.6.y stable tree.
A gentle ping.
Please consider applying this one to 6.6 stable as it fixes a boot regression.
Sorry for the delay, now queued up.
greg k-h
linux-stable-mirror@lists.linaro.org