Commit ce3bf934 authored by Thor Thayer's avatar Thor Thayer Committed by Dinh Nguyen

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: 54b4a8f5("arm: socfpga: dts: Add Arria10 SDRAM EDAC DTS support")
Signed-off-by: default avatarThor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 20373e0c
...@@ -628,7 +628,7 @@ spi1: spi@ffda5000 { ...@@ -628,7 +628,7 @@ spi1: spi@ffda5000 {
status = "disabled"; status = "disabled";
}; };
sdr: sdr@ffc25000 { sdr: sdr@ffcfb100 {
compatible = "altr,sdr-ctl", "syscon"; compatible = "altr,sdr-ctl", "syscon";
reg = <0xffcfb100 0x80>; reg = <0xffcfb100 0x80>;
}; };
......
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