Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
@@ -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";
}
@@ -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;