Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chris Packham and committed by
Gregory CLEMENT
da29334c 3e530324

+5
+5
arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts
··· 33 33 }; 34 34 }; 35 35 36 + &L2 { 37 + arm,parity-enable; 38 + marvell,ecc-enable; 39 + }; 40 + 36 41 &devbus_bootcs { 37 42 status = "okay"; 38 43