diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2019-09-27 02:28:18 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-10-08 12:48:52 +0300 |
commit | da29334c751187b0bb89bdfa6c0302697848fa1a (patch) | |
tree | 0b6d1cde84d1b890b7cd8e4d0c0adbfbe79ea267 /arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts | |
parent | 3e53032406dfbc17e3866ea660f193433e009cf2 (diff) | |
download | linux-da29334c751187b0bb89bdfa6c0302697848fa1a.tar.xz |
ARM: dts: armada-xp: enable L2 cache parity and ecc on db-xc3-24g4xg
Enable L2 cache parity and ECC on the db-xc3-24g4xg board so that cache
operations are protected and errors can be flagged to the EDAC
subsystem.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts b/arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts index df048050615f..4ec0ae01b61d 100644 --- a/arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts +++ b/arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts @@ -33,6 +33,11 @@ }; }; +&L2 { + arm,parity-enable; + marvell,ecc-enable; +}; + &devbus_bootcs { status = "okay"; |