Browse Source

ARM: dts: socfpga: Fix SDRAM node address for Arria10

The address in the SDRAM node was incorrect. Fix this to agree with the
correct address and to match the reg definition block.

Cc: stable@vger.kernel.org
Fixes: 54b4a8f57848b("arm: socfpga: dts: Add Arria10 SDRAM EDAC DTS support")
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Thor Thayer 7 years ago
parent
commit
ce3bf934f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/socfpga_arria10.dtsi

+ 1 - 1
arch/arm/boot/dts/socfpga_arria10.dtsi

@@ -628,7 +628,7 @@
 			status = "disabled";
 		};
 
-		sdr: sdr@ffc25000 {
+		sdr: sdr@ffcfb100 {
 			compatible = "altr,sdr-ctl", "syscon";
 			reg = <0xffcfb100 0x80>;
 		};