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

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
...@@ -178,12 +178,12 @@ partitions { ...@@ -178,12 +178,12 @@ partitions {
qspi_boot: partition@0 { qspi_boot: partition@0 {
label = "Boot and fpga data"; label = "Boot and fpga data";
reg = <0x0 0x4000000>; reg = <0x0 0x034B0000>;
}; };
qspi_rootfs: partition@4000000 { qspi_rootfs: partition@4000000 {
label = "Root Filesystem - JFFS2"; label = "Root Filesystem - JFFS2";
reg = <0x4000000 0x4000000>; reg = <0x034B0000 0x0EB50000>;
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment