]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: stratix10: add sdram ecc
authorThor Thayer <thor.thayer@linux.intel.com>
Tue, 8 May 2018 13:11:29 +0000 (08:11 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 8 May 2018 13:11:29 +0000 (08:11 -0500)
Add the Stratix10 ECC Manager and SDRAM EDAC nodes to the
device tree.

Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

index 0b28f1fbe4860ee5252eb7e05039c7b0794e89f0..e6b059378dc04784927a9b996f24213685bf406a 100644 (file)
                        resets = <&rst WATCHDOG3_RESET>;
                        status = "disabled";
                };
+
+               eccmgr {
+                       compatible = "altr,socfpga-s10-ecc-manager";
+                       interrupts = <0 15 4>, <0 95 4>;
+                       interrupt-controller;
+                       #interrupt-cells = <2>;
+
+                       sdramedac {
+                               compatible = "altr,sdram-edac-s10";
+                               interrupts = <16 4>, <48 4>;
+                       };
+               };
        };
 };