mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 00:24:58 +08:00
clk: ti: omap4: cleanup unnecessary clock aliases
Most of the clock aliases are no longer needed, only leave the timer_32k_ck one in place which is required by OMAP timer code. Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
parent
49eec6fbe1
commit
1c7de9f27a
@ -697,52 +697,7 @@ const struct omap_clkctrl_data omap4_clkctrl_data[] __initconst = {
|
||||
};
|
||||
|
||||
static struct ti_dt_clk omap44xx_clks[] = {
|
||||
DT_CLK("smp_twd", NULL, "mpu_periphclk"),
|
||||
DT_CLK("omapdss_dss", "ick", "dss_fck"),
|
||||
DT_CLK("usbhs_omap", "fs_fck", "usb_host_fs_fck"),
|
||||
DT_CLK("usbhs_omap", "hs_fck", "usb_host_hs_fck"),
|
||||
DT_CLK("musb-omap2430", "ick", "usb_otg_hs_ick"),
|
||||
DT_CLK("usbhs_omap", "usbtll_ick", "usb_tll_hs_ick"),
|
||||
DT_CLK("usbhs_tll", "usbtll_ick", "usb_tll_hs_ick"),
|
||||
DT_CLK("omap_i2c.1", "ick", "dummy_ck"),
|
||||
DT_CLK("omap_i2c.2", "ick", "dummy_ck"),
|
||||
DT_CLK("omap_i2c.3", "ick", "dummy_ck"),
|
||||
DT_CLK("omap_i2c.4", "ick", "dummy_ck"),
|
||||
DT_CLK(NULL, "mailboxes_ick", "dummy_ck"),
|
||||
DT_CLK("omap_hsmmc.0", "ick", "dummy_ck"),
|
||||
DT_CLK("omap_hsmmc.1", "ick", "dummy_ck"),
|
||||
DT_CLK("omap_hsmmc.2", "ick", "dummy_ck"),
|
||||
DT_CLK("omap_hsmmc.3", "ick", "dummy_ck"),
|
||||
DT_CLK("omap_hsmmc.4", "ick", "dummy_ck"),
|
||||
DT_CLK("omap-mcbsp.1", "ick", "dummy_ck"),
|
||||
DT_CLK("omap-mcbsp.2", "ick", "dummy_ck"),
|
||||
DT_CLK("omap-mcbsp.3", "ick", "dummy_ck"),
|
||||
DT_CLK("omap-mcbsp.4", "ick", "dummy_ck"),
|
||||
DT_CLK("omap2_mcspi.1", "ick", "dummy_ck"),
|
||||
DT_CLK("omap2_mcspi.2", "ick", "dummy_ck"),
|
||||
DT_CLK("omap2_mcspi.3", "ick", "dummy_ck"),
|
||||
DT_CLK("omap2_mcspi.4", "ick", "dummy_ck"),
|
||||
DT_CLK(NULL, "uart1_ick", "dummy_ck"),
|
||||
DT_CLK(NULL, "uart2_ick", "dummy_ck"),
|
||||
DT_CLK(NULL, "uart3_ick", "dummy_ck"),
|
||||
DT_CLK(NULL, "uart4_ick", "dummy_ck"),
|
||||
DT_CLK("usbhs_omap", "usbhost_ick", "dummy_ck"),
|
||||
DT_CLK("usbhs_omap", "usbtll_fck", "dummy_ck"),
|
||||
DT_CLK("usbhs_tll", "usbtll_fck", "dummy_ck"),
|
||||
DT_CLK("omap_wdt", "ick", "dummy_ck"),
|
||||
DT_CLK(NULL, "timer_32k_ck", "sys_32k_ck"),
|
||||
DT_CLK("4a318000.timer", "timer_sys_ck", "sys_clkin_ck"),
|
||||
DT_CLK("48032000.timer", "timer_sys_ck", "sys_clkin_ck"),
|
||||
DT_CLK("48034000.timer", "timer_sys_ck", "sys_clkin_ck"),
|
||||
DT_CLK("48036000.timer", "timer_sys_ck", "sys_clkin_ck"),
|
||||
DT_CLK("4803e000.timer", "timer_sys_ck", "sys_clkin_ck"),
|
||||
DT_CLK("48086000.timer", "timer_sys_ck", "sys_clkin_ck"),
|
||||
DT_CLK("48088000.timer", "timer_sys_ck", "sys_clkin_ck"),
|
||||
DT_CLK("40138000.timer", "timer_sys_ck", "syc_clk_div_ck"),
|
||||
DT_CLK("4013a000.timer", "timer_sys_ck", "syc_clk_div_ck"),
|
||||
DT_CLK("4013c000.timer", "timer_sys_ck", "syc_clk_div_ck"),
|
||||
DT_CLK("4013e000.timer", "timer_sys_ck", "syc_clk_div_ck"),
|
||||
DT_CLK(NULL, "cpufreq_ck", "dpll_mpu_ck"),
|
||||
{ .node_name = NULL },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user