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

Commit 1cfb629c authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: add probe support for new sh7722 cut



This patch adds support for sh7722 devices with prr value 0xa1.

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 10a1debe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ int __init detect_cpu_and_cache_system(void)
					  CPU_HAS_LLSC;
		break;
	case 0x3008:
		if (prr == 0xa0) {
		if (prr == 0xa0 || prr == 0xa1) {
			boot_cpu_data.type = CPU_SH7722;
			boot_cpu_data.icache.ways = 4;
			boot_cpu_data.dcache.ways = 4;