aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/edac/pl310_edac_l2.txt
blob: 94fbb8da2d1b56dcda4374556374da203c7128b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pl310 L2 Cache EDAC driver, it does reports the data and tag ram parity errors.

Required properties:
- compatible: Should be "arm,pl310-cache".
- intterupts: Interrupt number to the cpu.
- reg: Physical base address and size of cache controller's memory mapped
  registers

Example:
++++++++

	L2: cache-controller {
		compatible = "arm,pl310-cache";
		interrupts = <0 2 4>;
		reg = <0xf8f02000 0x1000>;
	};

PL310 L2 Cache EDAC driver detects the Parity enable state by reading the
appropriate control register.