All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable CONFIG_GPIO_MXC
@ 2020-10-21  6:33 peng.fan
  2020-10-21 11:11 ` Fabio Estevam
  0 siblings, 1 reply; 3+ messages in thread
From: peng.fan @ 2020-10-21  6:33 UTC (permalink / raw)
  To: catalin.marinas, will, shawnguo
  Cc: michael, krzk, olof, linux-kernel, linux-imx, festevam, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

To i.MX8MP, always met "Waiting for root device /dev/mmcblk1p2...",
it is because the gpio driver not enabled. So enable CONFIG_GPIO_MXC
to make sure it could boot well.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 17a2df6a263e..5cfe3cf6f2ac 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -500,6 +500,7 @@ CONFIG_GPIO_ALTERA=m
 CONFIG_GPIO_DWAPB=y
 CONFIG_GPIO_MB86S7X=y
 CONFIG_GPIO_MPC8XXX=y
+CONFIG_GPIO_MXC=y
 CONFIG_GPIO_PL061=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_UNIPHIER=y
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: defconfig: enable CONFIG_GPIO_MXC
  2020-10-21  6:33 [PATCH] arm64: defconfig: enable CONFIG_GPIO_MXC peng.fan
@ 2020-10-21 11:11 ` Fabio Estevam
  2020-10-21 13:16   ` Peng Fan
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2020-10-21 11:11 UTC (permalink / raw)
  To: Peng Fan
  Cc: Catalin Marinas, Will Deacon, Shawn Guo, Michael Walle,
	Krzysztof Kozlowski, Olof Johansson, linux-kernel,
	NXP Linux Team

Hi Peng,

On Wed, Oct 21, 2020 at 3:38 AM <peng.fan@nxp.com> wrote:
>
> From: Peng Fan <peng.fan@nxp.com>
>
> To i.MX8MP, always met "Waiting for root device /dev/mmcblk1p2...",
> it is because the gpio driver not enabled. So enable CONFIG_GPIO_MXC
> to make sure it could boot well.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Anson has already submitted this change:
https://patchwork.ozlabs.org/project/linux-gpio/patch/1600320829-1453-2-git-send-email-Anson.Huang@nxp.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] arm64: defconfig: enable CONFIG_GPIO_MXC
  2020-10-21 11:11 ` Fabio Estevam
@ 2020-10-21 13:16   ` Peng Fan
  0 siblings, 0 replies; 3+ messages in thread
From: Peng Fan @ 2020-10-21 13:16 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Catalin Marinas, Will Deacon, Shawn Guo, Michael Walle,
	Krzysztof Kozlowski, Olof Johansson, linux-kernel, dl-linux-imx

> Subject: Re: [PATCH] arm64: defconfig: enable CONFIG_GPIO_MXC
> 
> Hi Peng,
> 
> On Wed, Oct 21, 2020 at 3:38 AM <peng.fan@nxp.com> wrote:
> >
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > To i.MX8MP, always met "Waiting for root device /dev/mmcblk1p2...", it
> > is because the gpio driver not enabled. So enable CONFIG_GPIO_MXC to
> > make sure it could boot well.
> >
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> 
> Anson has already submitted this change:

Thanks for the info. Not saw the patch in next tree. So please ignore this patch.

Thanks,
Peng.

> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatch
> work.ozlabs.org%2Fproject%2Flinux-gpio%2Fpatch%2F1600320829-1453-2-gi
> t-send-email-Anson.Huang%40nxp.com%2F&amp;data=04%7C01%7Cpeng.fa
> n%40nxp.com%7C274ad99e3a7f4dd08eaf08d875b213fe%7C686ea1d3bc2b4
> c6fa92cd99c5c301635%7C0%7C0%7C637388754988275888%7CUnknown%
> 7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haW
> wiLCJXVCI6Mn0%3D%7C1000&amp;sdata=FfkILv7yCSBmkz9m1T7XFL4t7cGbI
> VK6BDWjYstPZUA%3D&amp;reserved=0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-21 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21  6:33 [PATCH] arm64: defconfig: enable CONFIG_GPIO_MXC peng.fan
2020-10-21 11:11 ` Fabio Estevam
2020-10-21 13:16   ` Peng Fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.