arm64: dts: altera: update QSPI reg addresses for Stratix10
authorOoi, Joyce <joyce.ooi@intel.com>
Tue, 8 Oct 2019 08:48:59 +0000 (01:48 -0700)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 22 Oct 2019 03:44:35 +0000 (22:44 -0500)
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>
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts

index 66e4ffb..fb11ef0 100644 (file)
 
                        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>;
                        };
                };
        };