Merge branch 'topic/for-asoc'
This commit is contained in:
commit
f4388ca7f1
4 changed files with 46 additions and 24 deletions
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include <mach/hardware.h>
|
||||
|
||||
struct regmap;
|
||||
|
||||
/*
|
||||
* Register values.
|
||||
*/
|
||||
|
|
@ -113,6 +115,7 @@ struct davinci_vc {
|
|||
|
||||
/* Memory resources */
|
||||
void __iomem *base;
|
||||
struct regmap *regmap;
|
||||
|
||||
/* MFD cells */
|
||||
struct mfd_cell cells[DAVINCI_VC_CELLS];
|
||||
|
|
|
|||
|
|
@ -230,7 +230,6 @@ struct twl6040 {
|
|||
int audpwron;
|
||||
int power_count;
|
||||
int rev;
|
||||
u8 vibra_ctrl_cache[2];
|
||||
|
||||
/* PLL configuration */
|
||||
int pll;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue