linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: dts: agilex: add status to qspi dts node
@ 2020-06-29 20:39 Dinh Nguyen
  2020-06-29 20:39 ` [PATCH 2/3] arm64: dts: stratix10: " Dinh Nguyen
  2020-06-29 20:39 ` [PATCH 3/3] arm64: dts: stratix10: increase QSPI reg address in nand dts file Dinh Nguyen
  0 siblings, 2 replies; 6+ messages in thread
From: Dinh Nguyen @ 2020-06-29 20:39 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: dinguyen, linux-stable, devicetree

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>;
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 2/3] arm64: dts: stratix10: add status to qspi dts node
  2020-06-29 20:39 [PATCH 1/3] arm64: dts: agilex: add status to qspi dts node Dinh Nguyen
@ 2020-06-29 20:39 ` Dinh Nguyen
  2020-07-10 14:02   ` Sasha Levin
  2020-06-29 20:39 ` [PATCH 3/3] arm64: dts: stratix10: increase QSPI reg address in nand dts file Dinh Nguyen
  1 sibling, 1 reply; 6+ messages in thread
From: Dinh Nguyen @ 2020-06-29 20:39 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: dinguyen, linux-stable, devicetree

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>;
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 3/3] arm64: dts: stratix10: increase QSPI reg address in nand dts file
  2020-06-29 20:39 [PATCH 1/3] arm64: dts: agilex: add status to qspi dts node Dinh Nguyen
  2020-06-29 20:39 ` [PATCH 2/3] arm64: dts: stratix10: " Dinh Nguyen
@ 2020-06-29 20:39 ` Dinh Nguyen
  1 sibling, 0 replies; 6+ messages in thread
From: Dinh Nguyen @ 2020-06-29 20:39 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: dinguyen, Dinh Nguyen, linux-stable, devicetree

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>;
 			};
 		};
 	};
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 2/3] arm64: dts: stratix10: add status to qspi dts node
  2020-06-29 20:39 ` [PATCH 2/3] arm64: dts: stratix10: " Dinh Nguyen
@ 2020-07-10 14:02   ` Sasha Levin
  2020-07-10 15:27     ` Dinh Nguyen
  2020-07-10 15:27     ` Dinh Nguyen
  0 siblings, 2 replies; 6+ messages in thread
From: Sasha Levin @ 2020-07-10 14:02 UTC (permalink / raw)
  To: Sasha Levin, Dinh Nguyen, linux-arm-kernel; +Cc: dinguyen, stable, devicetree

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?

-- 
Thanks
Sasha

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 2/3] arm64: dts: stratix10: add status to qspi dts node
  2020-07-10 14:02   ` Sasha Levin
@ 2020-07-10 15:27     ` Dinh Nguyen
  2020-07-10 15:27     ` Dinh Nguyen
  1 sibling, 0 replies; 6+ messages in thread
From: Dinh Nguyen @ 2020-07-10 15:27 UTC (permalink / raw)
  To: Sasha Levin, linux-arm-kernel; +Cc: devicetree, stable

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?
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 2/3] arm64: dts: stratix10: add status to qspi dts node
  2020-07-10 14:02   ` Sasha Levin
  2020-07-10 15:27     ` Dinh Nguyen
@ 2020-07-10 15:27     ` Dinh Nguyen
  1 sibling, 0 replies; 6+ messages in thread
From: Dinh Nguyen @ 2020-07-10 15:27 UTC (permalink / raw)
  To: Sasha Levin, linux-arm-kernel; +Cc: devicetree, stable

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?
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-07-10 15:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 20:39 [PATCH 1/3] arm64: dts: agilex: add status to qspi dts node Dinh Nguyen
2020-06-29 20:39 ` [PATCH 2/3] arm64: dts: stratix10: " Dinh Nguyen
2020-07-10 14:02   ` Sasha Levin
2020-07-10 15:27     ` Dinh Nguyen
2020-07-10 15:27     ` Dinh Nguyen
2020-06-29 20:39 ` [PATCH 3/3] arm64: dts: stratix10: increase QSPI reg address in nand dts file Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).