| commit | 97b7e43439675b51870b8671cc78f150a04200c3 | [log] [tgz] | 
|---|---|---|
| author | Will Deacon <will.deacon@arm.com> | Fri Mar 30 14:26:47 2012 +0100 | 
| committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Apr 20 14:55:13 2012 +0100 | 
| tree | feaee10cb348a52f6edf006767857bb58a7c09d2 | |
| parent | 9c922678be3594f644190091e4927fdde53d64af [diff] | 
ARM: l2x0: only write to debug registers on PL310 PL310 errata #588369 and #727915 requires writes to the debug registers of the cache controller to workaround known problems. Writing these registers on L220 may cause deadlock, so ensure that we only perform this operation when we identify a PL310 at probe time. Signed-off-by: Will Deacon <will.deacon@arm.com>