Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74ddcdb8 authored by Rob Herring's avatar Rob Herring Committed by Russell King
Browse files

ARM: 7608/1: l2x0: Only set .set_debug on PL310 r3p0 and earlier



PL310 errata work-arounds using .set_debug function are only needed on
r3p0 and earlier, so check the rev and only set .set_debug on older revs.

Avoiding debug register accesses fixes aborts on non-secure platforms
like highbank. It is assumed that non-secure platforms needing these
work-arounds have already implemented .set_debug with secure monitor
calls.

Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4a490b78
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -352,6 +352,7 @@ void __init l2x0_init(void __iomem *base, u32 aux_val, u32 aux_mask)
		/* Unmapped register. */
		sync_reg_offset = L2X0_DUMMY_REG;
#endif
		if ((cache_id & L2X0_CACHE_ID_RTL_MASK) <= L2X0_CACHE_ID_RTL_R3P0)
			outer_cache.set_debug = pl310_set_debug;
		break;
	case L2X0_CACHE_ID_PART_L210: