Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29612
b: refs/heads/master
c: 22346ae
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Jun 24, 2006
1 parent 55ecffd commit 6dda229
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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: 66c594098db1ee885f486a684b66937e28e792b1
refs/heads/master: 22346aea8d39372d6fd207468701e90bf546b882
10 changes: 9 additions & 1 deletion trunk/arch/arm/mach-s3c2410/s3c2410-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,15 @@ static struct clk init_clocks[] = {
.id = -1,
.parent = &clk_p,
.ctrlbit = 0,
}
}, {
.name = "usb-bus-host",
.id = -1,
.parent = &clk_usb_bus,
}, {
.name = "usb-bus-gadget",
.id = -1,
.parent = &clk_usb_bus,
},
};

/* s3c2410_baseclk_add()
Expand Down

0 comments on commit 6dda229

Please sign in to comment.