Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296881
b: refs/heads/master
c: 1927ddf
h: refs/heads/master
i:
  296879: 7a46cdf
v: v3
  • Loading branch information
Bengt Jonsson authored and Samuel Ortiz committed Mar 16, 2012
1 parent c734ef4 commit 7064d70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f96a1a6d5d82f79015e5e480e4ac8772607f69b
refs/heads/master: 1927ddf66805fca2af010c3e9d0b29216aed0fae
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/db8500-prcmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/mfd/db8500-prcmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7064d70

Please sign in to comment.