diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2019-07-12 06:46:54 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-08-29 08:58:01 +0200 |
commit | 4bf4770db4f0dbf495ca6236644abb413501f6e0 (patch) | |
tree | c3abcf96ce1f79eef8ae8f7c371bad57c3d8d6ff | |
parent | ARM: 8886/1: l2x0: support parity-enable/disable on aurora (diff) | |
download | linux-4bf4770db4f0dbf495ca6236644abb413501f6e0.tar.xz linux-4bf4770db4f0dbf495ca6236644abb413501f6e0.zip |
ARM: 8889/1: dt-bindings: document marvell,ecc-enable binding
Add documentation for the marvell,ecc-enable properties which can be
used to enable ECC on the Marvell aurora cache.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/arm/l2c2x0.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/l2c2x0.yaml b/Documentation/devicetree/bindings/arm/l2c2x0.yaml index bfc5c185561c..913a8cd8b2c0 100644 --- a/Documentation/devicetree/bindings/arm/l2c2x0.yaml +++ b/Documentation/devicetree/bindings/arm/l2c2x0.yaml @@ -176,6 +176,10 @@ properties: description: disable parity checking on the L2 cache (L220 or PL310). type: boolean + marvell,ecc-enable: + description: enable ECC protection on the L2 cache + type: boolean + arm,outer-sync-disable: description: disable the outer sync operation on the L2 cache. Some core tiles, especially ARM PB11MPCore have a faulty L220 cache that |