Skip to content

Commit

Permalink
arm64: dts: stratix10: increase QSPI reg address in nand dts file
Browse files Browse the repository at this point in the history
Match the QSPI reg address in the socfpga_stratix10_socdk.dts file.

Fixes: 80f132d ("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>
  • Loading branch information
Dinh Nguyen authored and Dinh Nguyen committed Jul 15, 2020
1 parent 263a026 commit 3bf9b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};
Expand Down

0 comments on commit 3bf9b8f

Please sign in to comment.