aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThor Thayer <[email protected]>2019-04-23 09:36:37 -0500
committerTony Luck <[email protected]>2019-06-20 11:44:36 -0700
commit109d789922f157a569f5e56cbf4a717187567543 (patch)
treefe8f98b21356ba1f2d884eedff02ae6647ef5569
parenta428b4d348c40584342ad0f7733f546b707e4a65 (diff)
arm64: dts: stratix10: Add SDMMC EDAC node
Add the Stratix10 SDMMC EDAC node. 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_socdk.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
index 84f9f5902e74..66e4ffb4e929 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
@@ -56,6 +56,17 @@
clock-frequency = <25000000>;
};
};
+
+ eccmgr {
+ sdmmca-ecc@ff8c8c00 {
+ compatible = "altr,socfpga-s10-sdmmc-ecc",
+ "altr,socfpga-sdmmc-ecc";
+ reg = <0xff8c8c00 0x100>;
+ altr,ecc-parent = <&mmc>;
+ interrupts = <14 4>,
+ <15 4>;
+ };
+ };
};
};