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: Ooi, Joyce <joyce.ooi@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Ooi, Joyce 2019-10-08 01:48:59 -07:00 committed by Dinh Nguyen
parent c4c8757b2d
commit 0c33a70b33
1 changed files with 2 additions and 2 deletions

View File

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