projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f75d40
)
arm: mmp: remove clock name from usb pdata for ttc
author
Chao Xie
<
[email protected]
>
Mon, 25 Mar 2013 07:06:56 +0000
(
03:06
-0400)
committer
Felipe Balbi
<
[email protected]
>
Tue, 2 Apr 2013 08:42:46 +0000
(11:42 +0300)
The clock name will directly get by driver. Removing
the name from pdata.
Acked-by: Haojian Zhuang <
[email protected]
>
Signed-off-by: Chao Xie <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
arch/arm/mach-mmp/ttc_dkb.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mmp/ttc_dkb.c
b/arch/arm/mach-mmp/ttc_dkb.c
index 22a9058f9f4de1fdf3f413596c1dc7473881c7cc..6528a5fa6a26ce924cf3538684c1f828137809d5 100644
(file)
--- a/
arch/arm/mach-mmp/ttc_dkb.c
+++ b/
arch/arm/mach-mmp/ttc_dkb.c
@@
-162,13
+162,7
@@
static struct i2c_board_info ttc_dkb_i2c_info[] = {
#ifdef CONFIG_USB_SUPPORT
#if defined(CONFIG_USB_MV_UDC) || defined(CONFIG_USB_EHCI_MV_U2O)
-static char *pxa910_usb_clock_name[] = {
- [0] = "U2OCLK",
-};
-
static struct mv_usb_platform_data ttc_usb_pdata = {
- .clknum = 1,
- .clkname = pxa910_usb_clock_name,
.vbus = NULL,
.mode = MV_USB_MODE_OTG,
.otg_force_a_bus_req = 1,