projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20373e0
)
ARM: dts: socfpga: Fix SDRAM node address for Arria10
author
Thor Thayer
<thor.thayer@linux.intel.com>
Tue, 25 Sep 2018 15:21:10 +0000
(10:21 -0500)
committer
Dinh 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga_arria10.dtsi
b/arch/arm/boot/dts/socfpga_arria10.dtsi
index
4e0c264
..
59ef13e
100644
(file)
--- a/
arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/
arch/arm/boot/dts/socfpga_arria10.dtsi
@@
-628,7
+628,7
@@
status = "disabled";
};
- sdr: sdr@ffc
250
00 {
+ sdr: sdr@ffc
fb1
00 {
compatible = "altr,sdr-ctl", "syscon";
reg = <0xffcfb100 0x80>;
};