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

Commit dcd454af authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Add PVR version string for MB v9.0 and v9.1



Extend PVR reg decoding.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 5955563a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ const struct cpu_ver_key cpu_ver_lookup[] = {
	{"8.30.a", 0x17},
	{"8.40.a", 0x18},
	{"8.40.b", 0x19},
	{"9.0", 0x1b},
	{"9.1", 0x1d},
	{NULL, 0},
};