diff options
| author | Naga Sureshkumar Relli <[email protected]> | 2016-06-20 15:48:30 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-11-15 15:30:39 +0100 |
| commit | aaf232f34847ed02561141728524d9a9e1d4df1f (patch) | |
| tree | b990acc2ff0fea35e9ce7b0181f61d6afaada454 | |
| parent | 7418b7c6ea7016271fcf143fd808834f7e9dad33 (diff) | |
ARM64: zynqmp: Add cortexa53 edac node
This patch adds edac node for arm cortexa53 to report
errors on L1 and L2 caches.
Signed-off-by: Naga Sureshkumar Relli <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index c2f8fc7b70d..22526268bb4 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -229,6 +229,10 @@ <1 10 0xf01>; }; + edac { + compatible = "arm,cortex-a53-edac"; + }; + amba_apu: amba_apu@0 { compatible = "simple-bus"; #address-cells = <2>; |
