Add status = "okay" to QSPI node.
Fixes: c4c8757b2d895 ("arm64: dts: agilex: add QSPI support for Intel Agilex") Cc: linux-stable stable@vger.kernel.org # >= v5.5 Signed-off-by: Dinh Nguyen dinguyen@kernel.org --- arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts index 51d948323bfd..92f478def723 100644 --- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts +++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts @@ -98,6 +98,7 @@ };
&qspi { + status = "okay"; flash@0 { #address-cells = <1>; #size-cells = <1>;
Add status = "okay" to QSPI node.
Fixes: 0cb140d07fc75 ("arm64: dts: stratix10: Add QSPI support for Stratix10") Cc: linux-stable stable@vger.kernel.org # >= v5.6 Signed-off-by: Dinh Nguyen dinguyen@kernel.org --- arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 1 + arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts | 1 + 2 files changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index f6c4a15079d3..feadd21bc0dc 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts @@ -155,6 +155,7 @@ };
&qspi { + status = "okay"; flash@0 { #address-cells = <1>; #size-cells = <1>; diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts index 9946515b8afd..4000c393243d 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts @@ -188,6 +188,7 @@ };
&qspi { + status = "okay"; flash@0 { #address-cells = <1>; #size-cells = <1>;
Hi
[This is an automated email]
This commit has been processed because it contains a "Fixes:" tag fixing commit: 0cb140d07fc7 ("arm64: dts: stratix10: Add QSPI support for Stratix10").
The bot has tested the following trees: v5.7.7, v5.4.50, v4.19.131.
v5.7.7: Build OK! v5.4.50: Failed to apply! Possible dependencies: 3c0f3b8545e79 ("arm64: dts: add NAND board files for Stratix10 and Agilex")
v4.19.131: Failed to apply! Possible dependencies: 116edf6e5239e ("MIPS: mscc: add DT for Ocelot PCB120") 1ac832509f2ea ("nds32: Support FP emulation") 387181dcdb6c1 ("RISC-V: Always compile mm/init.c with cmodel=medany and notrace") 3c0f3b8545e79 ("arm64: dts: add NAND board files for Stratix10 and Agilex") 4b36daf9ada30 ("arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA") 704cfd7f5f71c ("ARM: sti: remove pen_release and boot_lock") 78e3dbc166a13 ("ARM: Prepare RDA8810PL SoC") 7938e6315c9af ("nds32: Power management for nds32") 9671f7061433e ("Allow to disable FPU support") 9fb29c734f9e9 ("ARM: milbeaut: Add basic support for Milbeaut m10v SoC") c32e64e852f3f ("csky: Build infrastructure") c4c14c3bd177e ("csky: remove builtin-dtb Kbuild") e46bf83c1864a ("nds32: nds32 FPU port") ebd09753b5707 ("nds32: Perf porting") ec8f24b7faaf3 ("treewide: Add SPDX license identifier - Makefile/Kconfig")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
Please apply to v5.7.7
Thanks, Dinh
On 7/10/20 9:02 AM, Sasha Levin wrote:
Hi
[This is an automated email]
This commit has been processed because it contains a "Fixes:" tag fixing commit: 0cb140d07fc7 ("arm64: dts: stratix10: Add QSPI support for Stratix10").
The bot has tested the following trees: v5.7.7, v5.4.50, v4.19.131.
v5.7.7: Build OK! v5.4.50: Failed to apply! Possible dependencies: 3c0f3b8545e79 ("arm64: dts: add NAND board files for Stratix10 and Agilex")
v4.19.131: Failed to apply! Possible dependencies: 116edf6e5239e ("MIPS: mscc: add DT for Ocelot PCB120") 1ac832509f2ea ("nds32: Support FP emulation") 387181dcdb6c1 ("RISC-V: Always compile mm/init.c with cmodel=medany and notrace") 3c0f3b8545e79 ("arm64: dts: add NAND board files for Stratix10 and Agilex") 4b36daf9ada30 ("arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA") 704cfd7f5f71c ("ARM: sti: remove pen_release and boot_lock") 78e3dbc166a13 ("ARM: Prepare RDA8810PL SoC") 7938e6315c9af ("nds32: Power management for nds32") 9671f7061433e ("Allow to disable FPU support") 9fb29c734f9e9 ("ARM: milbeaut: Add basic support for Milbeaut m10v SoC") c32e64e852f3f ("csky: Build infrastructure") c4c14c3bd177e ("csky: remove builtin-dtb Kbuild") e46bf83c1864a ("nds32: nds32 FPU port") ebd09753b5707 ("nds32: Perf porting") ec8f24b7faaf3 ("treewide: Add SPDX license identifier - Makefile/Kconfig")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
Please apply to v5.7.7
Thanks, Dinh
On 7/10/20 9:02 AM, Sasha Levin wrote:
Hi
[This is an automated email]
This commit has been processed because it contains a "Fixes:" tag fixing commit: 0cb140d07fc7 ("arm64: dts: stratix10: Add QSPI support for Stratix10").
The bot has tested the following trees: v5.7.7, v5.4.50, v4.19.131.
v5.7.7: Build OK! v5.4.50: Failed to apply! Possible dependencies: 3c0f3b8545e79 ("arm64: dts: add NAND board files for Stratix10 and Agilex")
v4.19.131: Failed to apply! Possible dependencies: 116edf6e5239e ("MIPS: mscc: add DT for Ocelot PCB120") 1ac832509f2ea ("nds32: Support FP emulation") 387181dcdb6c1 ("RISC-V: Always compile mm/init.c with cmodel=medany and notrace") 3c0f3b8545e79 ("arm64: dts: add NAND board files for Stratix10 and Agilex") 4b36daf9ada30 ("arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA") 704cfd7f5f71c ("ARM: sti: remove pen_release and boot_lock") 78e3dbc166a13 ("ARM: Prepare RDA8810PL SoC") 7938e6315c9af ("nds32: Power management for nds32") 9671f7061433e ("Allow to disable FPU support") 9fb29c734f9e9 ("ARM: milbeaut: Add basic support for Milbeaut m10v SoC") c32e64e852f3f ("csky: Build infrastructure") c4c14c3bd177e ("csky: remove builtin-dtb Kbuild") e46bf83c1864a ("nds32: nds32 FPU port") ebd09753b5707 ("nds32: Perf porting") ec8f24b7faaf3 ("treewide: Add SPDX license identifier - Makefile/Kconfig")
NOTE: The patch will not be queued to stable trees until it is upstream.
How should we proceed with this patch?
From: Dinh Nguyen dinh.nguyen@intel.com
Match the QSPI reg address in the socfpga_stratix10_socdk.dts file.
Fixes: 80f132d73709 ("arm64: dts: increase the QSPI reg address for Stratix10 and Agilex") Cc: linux-stable stable@vger.kernel.org # >= v5.6 Signed-off-by: Dinh Nguyen dinh.nguyen@intel.com --- arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts index 4000c393243d..c07966740e14 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts @@ -212,12 +212,12 @@
qspi_boot: partition@0 { label = "Boot and fpga data"; - reg = <0x0 0x034B0000>; + reg = <0x0 0x03FE0000>; };
- qspi_rootfs: partition@4000000 { + qspi_rootfs: partition@3FE0000 { label = "Root Filesystem - JFFS2"; - reg = <0x034B0000 0x0EB50000>; + reg = <0x03FE0000 0x0C020000>; }; }; };
linux-stable-mirror@lists.linaro.org