]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: socfpga: Fix SDRAM node address for Arria10
authorThor Thayer <thor.thayer@linux.intel.com>
Tue, 25 Sep 2018 15:21:10 +0000 (10:21 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 27 Sep 2018 14:33:00 +0000 (09:33 -0500)
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>
arch/arm/boot/dts/socfpga_arria10.dtsi

index 4e0c26423d8477e5c70bafc767269164cacf70e8..59ef13e37536c917ecf5caa5db0e5647fed7fa4d 100644 (file)
@@ -628,7 +628,7 @@ spi1: spi@ffda5000 {
                        status = "disabled";
                };
 
-               sdr: sdr@ffc25000 {
+               sdr: sdr@ffcfb100 {
                        compatible = "altr,sdr-ctl", "syscon";
                        reg = <0xffcfb100 0x80>;
                };