mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
18ff66cb77
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
49 lines
2.3 KiB
Diff
49 lines
2.3 KiB
Diff
From 776007fbd8db1764179c9cf9f93d3b5ef2fef782 Mon Sep 17 00:00:00 2001
|
|
From: Benoit Cousson <b-cousson@ti.com>
|
|
Date: Sat, 9 Jul 2011 19:14:45 -0600
|
|
Subject: [PATCH 049/149] OMAP4: clock data: Remove usb_host_fs clkdev with NULL dev
|
|
|
|
usb_host_fs_fck does have a clkdev mapping with "usbhs-omap.0"
|
|
and "fs_fck" alias used by the driver.
|
|
The entry with NULL dev is thus not needed anymore.
|
|
|
|
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
|
|
Cc: Paul Walmsley <paul@pwsan.com>
|
|
Cc: Felipe Balbi <balbi@ti.com>
|
|
Signed-off-by: Paul Walmsley <paul@pwsan.com>
|
|
---
|
|
arch/arm/mach-omap2/clock44xx_data.c | 3 ---
|
|
1 files changed, 0 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
|
|
index f28a9c9..0fa1cb8 100644
|
|
--- a/arch/arm/mach-omap2/clock44xx_data.c
|
|
+++ b/arch/arm/mach-omap2/clock44xx_data.c
|
|
@@ -3205,7 +3205,6 @@ static struct omap_clk omap44xx_clks[] = {
|
|
CLK(NULL, "uart2_fck", &uart2_fck, CK_443X),
|
|
CLK(NULL, "uart3_fck", &uart3_fck, CK_443X),
|
|
CLK(NULL, "uart4_fck", &uart4_fck, CK_443X),
|
|
- CLK(NULL, "usb_host_fs_fck", &usb_host_fs_fck, CK_443X),
|
|
CLK("usbhs-omap.0", "fs_fck", &usb_host_fs_fck, CK_443X),
|
|
CLK(NULL, "utmi_p1_gfclk", &utmi_p1_gfclk, CK_443X),
|
|
CLK(NULL, "usb_host_hs_utmi_p1_clk", &usb_host_hs_utmi_p1_clk, CK_443X),
|
|
@@ -3217,7 +3216,6 @@ static struct omap_clk omap44xx_clks[] = {
|
|
CLK(NULL, "usb_host_hs_hsic60m_p2_clk", &usb_host_hs_hsic60m_p2_clk, CK_443X),
|
|
CLK(NULL, "usb_host_hs_hsic480m_p2_clk", &usb_host_hs_hsic480m_p2_clk, CK_443X),
|
|
CLK(NULL, "usb_host_hs_func48mclk", &usb_host_hs_func48mclk, CK_443X),
|
|
- CLK(NULL, "usb_host_hs_fck", &usb_host_hs_fck, CK_443X),
|
|
CLK("usbhs-omap.0", "hs_fck", &usb_host_hs_fck, CK_443X),
|
|
CLK("usbhs-omap.0", "usbhost_ick", &dummy_ck, CK_443X),
|
|
CLK(NULL, "otg_60m_gfclk", &otg_60m_gfclk, CK_443X),
|
|
@@ -3227,7 +3225,6 @@ static struct omap_clk omap44xx_clks[] = {
|
|
CLK(NULL, "usb_tll_hs_usb_ch2_clk", &usb_tll_hs_usb_ch2_clk, CK_443X),
|
|
CLK(NULL, "usb_tll_hs_usb_ch0_clk", &usb_tll_hs_usb_ch0_clk, CK_443X),
|
|
CLK(NULL, "usb_tll_hs_usb_ch1_clk", &usb_tll_hs_usb_ch1_clk, CK_443X),
|
|
- CLK(NULL, "usb_tll_hs_ick", &usb_tll_hs_ick, CK_443X),
|
|
CLK("usbhs-omap.0", "usbtll_ick", &usb_tll_hs_ick, CK_443X),
|
|
CLK("usbhs-omap.0", "usbtll_fck", &dummy_ck, CK_443X),
|
|
CLK(NULL, "usim_ck", &usim_ck, CK_443X),
|
|
--
|
|
1.7.2.5
|
|
|