From 642cb276d59bda8ad45047013c554e19b3771a63 Mon Sep 17 00:00:00 2001 From: Li Yang <leoyang.li@nxp.com> Date: Wed, 18 May 2022 14:40:49 -0500 Subject: [PATCH] Revert "arm64: dts: ls1088a-qds: disable NOR flash as a workaround for boot issue" This reverts commit 0fc1913eaa5e4f674ee493195a179cd725c19bc2. --- arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts index 881f1eed81708..41d8b15f25a54 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts @@ -113,13 +113,12 @@ &ifc { 3 0 0x5 0x20000000 0x00010000>; status = "okay"; - /* not working, disabled to workaround boot issue nor@0,0 { compatible = "cfi-flash"; reg = <0x0 0x0 0x8000000>; bank-width = <2>; device-width = <1>; - };*/ + }; nand@2,0 { compatible = "fsl,ifc-nand"; -- GitLab