Skip to content

Commit abd56b3

Browse files
Thor Thayersuryasaimadhu
authored andcommitted
Documentation: dt: socfpga: Add Altera Arria10 OCRAM binding
Add the device tree bindings needed to support the Altera On-Chip RAM ECC on the Arria10 chip. Signed-off-by: Thor Thayer <[email protected]> Acked-by: Rob Herring <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: linux-edac <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Borislav Petkov <[email protected]>
1 parent aa1f06d commit abd56b3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/devicetree/bindings/arm/altera/socfpga-eccmgr.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ Required Properties:
7171
- compatible : Should be "altr,socfpga-a10-l2-ecc"
7272
- reg : Address and size for ECC error interrupt clear registers.
7373

74+
On-Chip RAM ECC
75+
Required Properties:
76+
- compatible : Should be "altr,socfpga-a10-ocram-ecc"
77+
- reg : Address and size for ECC block registers.
78+
7479
Example:
7580

7681
eccmgr: eccmgr@ffd06000 {
@@ -86,4 +91,9 @@ Example:
8691
compatible = "altr,socfpga-a10-l2-ecc";
8792
reg = <0xffd06010 0x4>;
8893
};
94+
95+
ocram-ecc@ff8c3000 {
96+
compatible = "altr,socfpga-a10-ocram-ecc";
97+
reg = <0xff8c3000 0x90>;
98+
};
8999
};

0 commit comments

Comments
 (0)