diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-06-11 21:32:14 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-27 09:01:29 -0300 |
commit | 69154d069869b612383cef9d594f39b34ffba6dd (patch) | |
tree | ca356af0247ba18c0ffb1c00d9519530d2347832 /arch/arm/boot/dts/highbank.dts | |
parent | a1b01edb274518c7da6d69b84e7558c092282aad (diff) | |
download | blackbird-op-linux-69154d069869b612383cef9d594f39b34ffba6dd.tar.gz blackbird-op-linux-69154d069869b612383cef9d594f39b34ffba6dd.zip |
edac: add support for Calxeda highbank L2 cache ecc
Add support for L2 ECC on Calxeda highbank platform.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'arch/arm/boot/dts/highbank.dts')
-rw-r--r-- | arch/arm/boot/dts/highbank.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/highbank.dts b/arch/arm/boot/dts/highbank.dts index d4b4941c78e8..4d641ea4e271 100644 --- a/arch/arm/boot/dts/highbank.dts +++ b/arch/arm/boot/dts/highbank.dts @@ -194,6 +194,12 @@ reg = <0xfff3c000 0x1000>; }; + sregs@fff3c200 { + compatible = "calxeda,hb-sregs-l2-ecc"; + reg = <0xfff3c200 0x100>; + interrupts = <0 71 4 0 72 4>; + }; + dma@fff3d000 { compatible = "arm,pl330", "arm,primecell"; reg = <0xfff3d000 0x1000>; |