diff mbox series

[v2,12/12] arm64: defconfig: build in OCOTP ELE

Message ID 20240419-imx93-dts-4-13-v2-12-9076e1d7d399@nxp.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx93: various update | expand

Commit Message

Peng Fan (OSS) April 19, 2024, 3:37 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

The FEC network driver is built in, with OCOTP ELE built as module,
the FEC drive will defer probe because nvmem provider not ready and
nfsboot not work. So build in OCOTP ELE driver.

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

Comments

Krzysztof Kozlowski April 19, 2024, 1:43 p.m. UTC | #1
On 19/04/2024 05:37, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> The FEC network driver is built in, with OCOTP ELE built as module,
> the FEC drive will defer probe because nvmem provider not ready and
> nfsboot not work. So build in OCOTP ELE driver.

That's not an explanation. FEC can defer and probe immediately, that's
not a problem. Just use ramdisk.


No, this stays as module. Fix your system instead.


Best regards,
Krzysztof
Peng Fan April 22, 2024, 2:07 a.m. UTC | #2
> Subject: Re: [PATCH v2 12/12] arm64: defconfig: build in OCOTP ELE
> 
> On 19/04/2024 05:37, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > The FEC network driver is built in, with OCOTP ELE built as module,
> > the FEC drive will defer probe because nvmem provider not ready and
> > nfsboot not work. So build in OCOTP ELE driver.
> 
> That's not an explanation. FEC can defer and probe immediately, that's not a
> problem. Just use ramdisk.

no problem, let's drop this patch.

Thanks,
Peng.

> 
> 
> No, this stays as module. Fix your system instead.
> 
> 
> Best regards,
> Krzysztof
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9957e126e32d..b9f0805abeef 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1553,7 +1553,7 @@  CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU=m
 CONFIG_MESON_DDR_PMU=m
 CONFIG_NVMEM_LAYOUT_SL28_VPD=m
 CONFIG_NVMEM_IMX_OCOTP=y
-CONFIG_NVMEM_IMX_OCOTP_ELE=m
+CONFIG_NVMEM_IMX_OCOTP_ELE=y
 CONFIG_NVMEM_IMX_OCOTP_SCU=y
 CONFIG_NVMEM_LAYERSCAPE_SFP=m
 CONFIG_NVMEM_MESON_EFUSE=m