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

Commit 5f96a1a6 authored by Bengt Jonsson's avatar Bengt Jonsson Committed by Samuel Ortiz
Browse files

mfd: Add 8520 PRCMU variant to db8500-prcmu

parent d902d0d1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2634,6 +2634,8 @@ static char *fw_project_name(u8 project)
		return "U9500";
	case PRCMU_FW_PROJECT_U9500_C2:
		return "U9500 C2";
	case PRCMU_FW_PROJECT_U8520:
		return "U8520";
	default:
		return "Unknown";
	}
+1 −0
Original line number Diff line number Diff line
@@ -497,6 +497,7 @@ struct prcmu_auto_pm_config {
#define PRCMU_FW_PROJECT_U9500		4
#define PRCMU_FW_PROJECT_U8500_C2	7
#define PRCMU_FW_PROJECT_U9500_C2	11
#define PRCMU_FW_PROJECT_U8520		13

struct prcmu_fw_version {
	u8 project;