mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
arm64: dts: stratix10: Additions to EDAC System Manager
Add the phandle, address, size and ranges to the Stratix10 System Manager node to match the existing Arria10 EDAC implementation. Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Acked-by: Dinh Nguyen <dinguyen@kernel.org> Cc: robh+dt@kernel.org Cc: mark.rutland@arm.com Cc: mchehab@kernel.org Cc: devicetree@vger.kernel.org Cc: linux-edac@vger.kernel.org Link: https://lkml.kernel.org/r/1537883342-30180-2-git-send-email-thor.thayer@linux.intel.com
This commit is contained in:
parent
0751736905
commit
3ce078ffe2
1 changed files with 4 additions and 0 deletions
|
@ -469,9 +469,13 @@
|
||||||
|
|
||||||
eccmgr {
|
eccmgr {
|
||||||
compatible = "altr,socfpga-s10-ecc-manager";
|
compatible = "altr,socfpga-s10-ecc-manager";
|
||||||
|
altr,sysmgr-syscon = <&sysmgr>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
interrupts = <0 15 4>, <0 95 4>;
|
interrupts = <0 15 4>, <0 95 4>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
#interrupt-cells = <2>;
|
#interrupt-cells = <2>;
|
||||||
|
ranges;
|
||||||
|
|
||||||
sdramedac {
|
sdramedac {
|
||||||
compatible = "altr,sdram-edac-s10";
|
compatible = "altr,sdram-edac-s10";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue