diff options
| author | Thor Thayer <[email protected]> | 2019-04-23 09:36:35 -0500 |
|---|---|---|
| committer | Tony Luck <[email protected]> | 2019-06-20 11:44:36 -0700 |
| commit | 3c4fcb89db2c01b220477318659a31b3dd22dfba (patch) | |
| tree | 9e28e2432b514c6b6a022da290de96d59835d18b | |
| parent | 17e47dc6db4fa6114f031365a81fda1b2d9b8e3f (diff) | |
arm64: dts: stratix10: Add OCRAM EDAC node
Add the OCRAM ECC node with Stratix10 compatible string.
Signed-off-by: Thor Thayer <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Acked-by: Dinh Nguyen <[email protected]>
Cc: [email protected]
Cc: James Morse <[email protected]>
Cc: linux-edac <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Cc: Rob Herring <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
| -rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index 470dcfd9de91..4b0f674df849 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -539,6 +539,14 @@ interrupts = <16 4>; }; + ocram-ecc@ff8cc000 { + compatible = "altr,socfpga-s10-ocram-ecc", + "altr,socfpga-a10-ocram-ecc"; + reg = <0xff8cc000 0x100>; + altr,ecc-parent = <&ocram>; + interrupts = <1 4>; + }; + usb0-ecc@ff8c4000 { compatible = "altr,socfpga-s10-usb-ecc", "altr,socfpga-usb-ecc"; |