sh: add probe support for new sh7723 cut

This patch adds support for sh7723 silicon with a prr value of 0x51.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by Magnus Damm and committed by Paul Mundt b76baf4c 76013044

+1
+1
arch/sh/kernel/cpu/sh4/probe.c
··· 132 132 133 133 switch (prr) { 134 134 case 0x50: 135 + case 0x51: 135 136 boot_cpu_data.type = CPU_SH7723; 136 137 boot_cpu_data.flags |= CPU_HAS_FPU | CPU_HAS_L2_CACHE; 137 138 break;