ARM: dts: armada-xp: enable L2 cache parity and ecc on db-xc3-24g4xg
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 26 Sep 2019 23:28:18 +0000 (11:28 +1200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 8 Oct 2019 09:48:52 +0000 (11:48 +0200)
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>
arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts

index df04805..4ec0ae0 100644 (file)
        };
 };
 
+&L2 {
+       arm,parity-enable;
+       marvell,ecc-enable;
+};
+
 &devbus_bootcs {
        status = "okay";