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

Commit 1927ddf6 authored by Bengt Jonsson's avatar Bengt Jonsson Committed by Samuel Ortiz
Browse files

mfd: Add 8420 variant to db8500-prcmu

parent 5f96a1a6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2636,6 +2636,8 @@ static char *fw_project_name(u8 project)
		return "U9500 C2";
	case PRCMU_FW_PROJECT_U8520:
		return "U8520";
	case PRCMU_FW_PROJECT_U8420:
		return "U8420";
	default:
		return "Unknown";
	}
+1 −0
Original line number Diff line number Diff line
@@ -498,6 +498,7 @@ struct prcmu_auto_pm_config {
#define PRCMU_FW_PROJECT_U8500_C2	7
#define PRCMU_FW_PROJECT_U9500_C2	11
#define PRCMU_FW_PROJECT_U8520		13
#define PRCMU_FW_PROJECT_U8420		14

struct prcmu_fw_version {
	u8 project;