]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: stratix10: increase QSPI reg address in nand dts file
authorDinh Nguyen <dinh.nguyen@intel.com>
Mon, 29 Jun 2020 17:47:35 +0000 (12:47 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Wed, 15 Jul 2020 19:13:00 +0000 (14:13 -0500)
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

index 4000c393243da40958f0dbb05a5d78eae7ed4b03..c07966740e1465facc1bb04b1ad4600257a9a8e5 100644 (file)
 
                        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>;
                        };
                };
        };