diff options
author | Thor Thayer <thor.thayer@linux.intel.com> | 2018-09-25 15:48:57 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2018-09-25 21:10:57 +0200 |
commit | 3ce078ffe2b6547bd6c6aa5a9af7e9398f99f658 (patch) | |
tree | 1253d3a0d615ffdd7982b49bdaab13ffc3efa511 /arch/arm64 | |
parent | EDAC, i7core: Remove set but not used variable pvt (diff) | |
download | linux-3ce078ffe2b6547bd6c6aa5a9af7e9398f99f658.tar.xz linux-3ce078ffe2b6547bd6c6aa5a9af7e9398f99f658.zip |
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
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index d033da401c26..78b4b06e8935 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -469,9 +469,13 @@ eccmgr { compatible = "altr,socfpga-s10-ecc-manager"; + altr,sysmgr-syscon = <&sysmgr>; + #address-cells = <1>; + #size-cells = <1>; interrupts = <0 15 4>, <0 95 4>; interrupt-controller; #interrupt-cells = <2>; + ranges; sdramedac { compatible = "altr,sdram-edac-s10"; |