Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228414
b: refs/heads/master
c: 759a3f3
h: refs/heads/master
v: v3
  • Loading branch information
Bob Liu authored and Mike Frysinger committed Jan 10, 2011
1 parent 66f4e48 commit 374703f
Show file tree
Hide file tree
Showing 7 changed files with 7 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: 1a314ad4b0e3d6d76fb04c0481e95bd026c57749
refs/heads/master: 759a3f3f3171c521229dda2335e5ab105f6fdc40
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf527/boards/ad7160eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ static struct musb_hdrc_config musb_config = {
* if it is the case.
*/
.gpio_vrsel_active = 1,
.clkin = 24, /* musb CLKIN in MHZ */
};

static struct musb_hdrc_platform_data musb_plat = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf527/boards/cm_bf527.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ static struct musb_hdrc_config musb_config = {
* if it is the case.
*/
.gpio_vrsel_active = 1,
.clkin = 24, /* musb CLKIN in MHZ */
};

static struct musb_hdrc_platform_data musb_plat = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf527/boards/ezbrd.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ static struct musb_hdrc_config musb_config = {
* if it is the case.
*/
.gpio_vrsel_active = 1,
.clkin = 24, /* musb CLKIN in MHZ */
};

static struct musb_hdrc_platform_data musb_plat = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf527/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ static struct musb_hdrc_config musb_config = {
* if it is the case.
*/
.gpio_vrsel_active = 1,
.clkin = 24, /* musb CLKIN in MHZ */
};

static struct musb_hdrc_platform_data musb_plat = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf548/boards/cm_bf548.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ static struct musb_hdrc_config musb_config = {
* if it is the case.
*/
.gpio_vrsel_active = 1,
.clkin = 24, /* musb CLKIN in MHZ */
};

static struct musb_hdrc_platform_data musb_plat = {
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-bf548/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ static struct musb_hdrc_config musb_config = {
* if it is the case.
*/
.gpio_vrsel_active = 1,
.clkin = 24, /* musb CLKIN in MHZ */
};

static struct musb_hdrc_platform_data musb_plat = {
Expand Down

0 comments on commit 374703f

Please sign in to comment.