mfd: Add 8420 variant to db8500-prcmu
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>
This commit is contained in:
parent
5f96a1a6d5
commit
1927ddf668
2 changed files with 3 additions and 0 deletions
|
@ -2636,6 +2636,8 @@ static char *fw_project_name(u8 project)
|
||||||
return "U9500 C2";
|
return "U9500 C2";
|
||||||
case PRCMU_FW_PROJECT_U8520:
|
case PRCMU_FW_PROJECT_U8520:
|
||||||
return "U8520";
|
return "U8520";
|
||||||
|
case PRCMU_FW_PROJECT_U8420:
|
||||||
|
return "U8420";
|
||||||
default:
|
default:
|
||||||
return "Unknown";
|
return "Unknown";
|
||||||
}
|
}
|
||||||
|
|
|
@ -498,6 +498,7 @@ struct prcmu_auto_pm_config {
|
||||||
#define PRCMU_FW_PROJECT_U8500_C2 7
|
#define PRCMU_FW_PROJECT_U8500_C2 7
|
||||||
#define PRCMU_FW_PROJECT_U9500_C2 11
|
#define PRCMU_FW_PROJECT_U9500_C2 11
|
||||||
#define PRCMU_FW_PROJECT_U8520 13
|
#define PRCMU_FW_PROJECT_U8520 13
|
||||||
|
#define PRCMU_FW_PROJECT_U8420 14
|
||||||
|
|
||||||
struct prcmu_fw_version {
|
struct prcmu_fw_version {
|
||||||
u8 project;
|
u8 project;
|
||||||
|
|
Loading…
Reference in a new issue