Commit 0c33a70b authored by Ooi, Joyce's avatar Ooi, Joyce Committed by Dinh Nguyen
Browse files

arm64: dts: altera: update QSPI reg addresses for Stratix10



This patch updates the reg addresses for QSPI boot and QSPI rootfs in
the device tree for Stratix10

Signed-off-by: default avatarOoi, Joyce <joyce.ooi@intel.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent c4c8757b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -178,12 +178,12 @@

			qspi_boot: partition@0 {
				label = "Boot and fpga data";
				reg = <0x0 0x4000000>;
				reg = <0x0 0x034B0000>;
			};

			qspi_rootfs: partition@4000000 {
				label = "Root Filesystem - JFFS2";
				reg = <0x4000000 0x4000000>;
				reg = <0x034B0000 0x0EB50000>;
			};
		};
	};