diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-spear3xx/clock.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-spear6xx/clock.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-spear3xx/clock.c b/arch/arm/mach-spear3xx/clock.c index 5bfeb6f8bcc0..98bc7edc95a6 100644 --- a/arch/arm/mach-spear3xx/clock.c +++ b/arch/arm/mach-spear3xx/clock.c | |||
@@ -650,7 +650,7 @@ static struct clk pwm_clk = { | |||
650 | 650 | ||
651 | /* array of all spear 3xx clock lookups */ | 651 | /* array of all spear 3xx clock lookups */ |
652 | static struct clk_lookup spear_clk_lookups[] = { | 652 | static struct clk_lookup spear_clk_lookups[] = { |
653 | { .con_id = "apb_pclk", .clk = &dummy_apb_pclk}, | 653 | { .con_id = "apb_pclk", .clk = &dummy_apb_pclk}, |
654 | /* root clks */ | 654 | /* root clks */ |
655 | { .con_id = "osc_32k_clk", .clk = &osc_32k_clk}, | 655 | { .con_id = "osc_32k_clk", .clk = &osc_32k_clk}, |
656 | { .con_id = "osc_24m_clk", .clk = &osc_24m_clk}, | 656 | { .con_id = "osc_24m_clk", .clk = &osc_24m_clk}, |
@@ -674,8 +674,8 @@ static struct clk_lookup spear_clk_lookups[] = { | |||
674 | { .dev_id = "gpt1", .clk = &gpt1_clk}, | 674 | { .dev_id = "gpt1", .clk = &gpt1_clk}, |
675 | { .dev_id = "gpt2", .clk = &gpt2_clk}, | 675 | { .dev_id = "gpt2", .clk = &gpt2_clk}, |
676 | /* clock derived from pll3 clk */ | 676 | /* clock derived from pll3 clk */ |
677 | { .dev_id = "designware_udc", .clk = &usbd_clk}, | ||
677 | { .con_id = "usbh_clk", .clk = &usbh_clk}, | 678 | { .con_id = "usbh_clk", .clk = &usbh_clk}, |
678 | { .dev_id = "usbd", .clk = &usbd_clk}, | ||
679 | /* clock derived from ahb clk */ | 679 | /* clock derived from ahb clk */ |
680 | { .con_id = "apb_clk", .clk = &apb_clk}, | 680 | { .con_id = "apb_clk", .clk = &apb_clk}, |
681 | { .dev_id = "i2c_designware.0", .clk = &i2c_clk}, | 681 | { .dev_id = "i2c_designware.0", .clk = &i2c_clk}, |
diff --git a/arch/arm/mach-spear6xx/clock.c b/arch/arm/mach-spear6xx/clock.c index 4f351b49c14d..88b748b5be80 100644 --- a/arch/arm/mach-spear6xx/clock.c +++ b/arch/arm/mach-spear6xx/clock.c | |||
@@ -622,7 +622,7 @@ static struct clk dummy_apb_pclk; | |||
622 | 622 | ||
623 | /* array of all spear 6xx clock lookups */ | 623 | /* array of all spear 6xx clock lookups */ |
624 | static struct clk_lookup spear_clk_lookups[] = { | 624 | static struct clk_lookup spear_clk_lookups[] = { |
625 | { .con_id = "apb_pclk", .clk = &dummy_apb_pclk}, | 625 | { .con_id = "apb_pclk", .clk = &dummy_apb_pclk}, |
626 | /* root clks */ | 626 | /* root clks */ |
627 | { .con_id = "osc_32k_clk", .clk = &osc_32k_clk}, | 627 | { .con_id = "osc_32k_clk", .clk = &osc_32k_clk}, |
628 | { .con_id = "osc_30m_clk", .clk = &osc_30m_clk}, | 628 | { .con_id = "osc_30m_clk", .clk = &osc_30m_clk}, |
@@ -650,9 +650,9 @@ static struct clk_lookup spear_clk_lookups[] = { | |||
650 | { .dev_id = "gpt2", .clk = &gpt2_clk}, | 650 | { .dev_id = "gpt2", .clk = &gpt2_clk}, |
651 | { .dev_id = "gpt3", .clk = &gpt3_clk}, | 651 | { .dev_id = "gpt3", .clk = &gpt3_clk}, |
652 | /* clock derived from pll3 clk */ | 652 | /* clock derived from pll3 clk */ |
653 | { .dev_id = "designware_udc", .clk = &usbd_clk}, | ||
653 | { .con_id = "usbh.0_clk", .clk = &usbh0_clk}, | 654 | { .con_id = "usbh.0_clk", .clk = &usbh0_clk}, |
654 | { .con_id = "usbh.1_clk", .clk = &usbh1_clk}, | 655 | { .con_id = "usbh.1_clk", .clk = &usbh1_clk}, |
655 | { .dev_id = "usbd", .clk = &usbd_clk}, | ||
656 | /* clock derived from ahb clk */ | 656 | /* clock derived from ahb clk */ |
657 | { .con_id = "apb_clk", .clk = &apb_clk}, | 657 | { .con_id = "apb_clk", .clk = &apb_clk}, |
658 | { .dev_id = "i2c_designware.0", .clk = &i2c_clk}, | 658 | { .dev_id = "i2c_designware.0", .clk = &i2c_clk}, |