Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216841
b: refs/heads/master
c: 8939b35
h: refs/heads/master
i:
  216839: 1a4c998
v: v3
  • Loading branch information
Sekhar Nori authored and Kevin Hilman committed Oct 12, 2010
1 parent 14668dc commit bc20132
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 156a0f8ecb05bae53f1652ddb151c74315a615fb
refs/heads/master: 8939b3504dc35224cb9c88e5af925b22ea9eee71
14 changes: 7 additions & 7 deletions trunk/arch/arm/mach-davinci/board-mityomapl138.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ static struct davinci_i2c_platform_data mityomap_i2c_0_pdata = {

/* TPS65023 voltage regulator support */
/* 1.2V Core */
struct regulator_consumer_supply tps65023_dcdc1_consumers[] = {
static struct regulator_consumer_supply tps65023_dcdc1_consumers[] = {
{
.supply = "cvdd",
},
};

/* 1.8V */
struct regulator_consumer_supply tps65023_dcdc2_consumers[] = {
static struct regulator_consumer_supply tps65023_dcdc2_consumers[] = {
{
.supply = "usb0_vdda18",
},
Expand All @@ -116,7 +116,7 @@ struct regulator_consumer_supply tps65023_dcdc2_consumers[] = {
};

/* 1.2V */
struct regulator_consumer_supply tps65023_dcdc3_consumers[] = {
static struct regulator_consumer_supply tps65023_dcdc3_consumers[] = {
{
.supply = "sata_vdd",
},
Expand All @@ -132,20 +132,20 @@ struct regulator_consumer_supply tps65023_dcdc3_consumers[] = {
};

/* 1.8V Aux LDO, not used */
struct regulator_consumer_supply tps65023_ldo1_consumers[] = {
static struct regulator_consumer_supply tps65023_ldo1_consumers[] = {
{
.supply = "1.8v_aux",
},
};

/* FPGA VCC Aux (2.5 or 3.3) LDO */
struct regulator_consumer_supply tps65023_ldo2_consumers[] = {
static struct regulator_consumer_supply tps65023_ldo2_consumers[] = {
{
.supply = "vccaux",
},
};

struct regulator_init_data tps65023_regulator_data[] = {
static struct regulator_init_data tps65023_regulator_data[] = {
/* dcdc1 */
{
.constraints = {
Expand Down Expand Up @@ -226,7 +226,7 @@ static int __init pmic_tps65023_init(void)
* MityDSP-L138 includes a 256 MByte large-page NAND flash
* (128K blocks).
*/
struct mtd_partition mityomapl138_nandflash_partition[] = {
static struct mtd_partition mityomapl138_nandflash_partition[] = {
{
.name = "rootfs",
.offset = 0,
Expand Down

0 comments on commit bc20132

Please sign in to comment.