ARM: tegra: enable tegra30 clock framework
Add init calls for clocks on tegra30. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
committed by
Olof Johansson
parent
d9cc6f76b6
commit
7ff43eeabd
@@ -13,6 +13,7 @@ obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_emc.o
|
|||||||
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pinmux-tegra20-tables.o
|
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pinmux-tegra20-tables.o
|
||||||
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += pinmux-tegra30-tables.o
|
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += pinmux-tegra30-tables.o
|
||||||
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += board-dt-tegra30.o
|
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += board-dt-tegra30.o
|
||||||
|
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30_clocks.o
|
||||||
obj-$(CONFIG_SMP) += platsmp.o localtimer.o headsmp.o
|
obj-$(CONFIG_SMP) += platsmp.o localtimer.o headsmp.o
|
||||||
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
||||||
obj-$(CONFIG_TEGRA_SYSTEM_DMA) += dma.o
|
obj-$(CONFIG_TEGRA_SYSTEM_DMA) += dma.o
|
||||||
|
@@ -160,6 +160,7 @@ struct tegra_clk_init_table {
|
|||||||
};
|
};
|
||||||
|
|
||||||
void tegra2_init_clocks(void);
|
void tegra2_init_clocks(void);
|
||||||
|
void tegra30_init_clocks(void);
|
||||||
void clk_init(struct clk *clk);
|
void clk_init(struct clk *clk);
|
||||||
struct clk *tegra_get_clock_by_name(const char *name);
|
struct clk *tegra_get_clock_by_name(const char *name);
|
||||||
int clk_reparent(struct clk *c, struct clk *parent);
|
int clk_reparent(struct clk *c, struct clk *parent);
|
||||||
|
@@ -105,6 +105,7 @@ void __init tegra20_init_early(void)
|
|||||||
#ifdef CONFIG_ARCH_TEGRA_3x_SOC
|
#ifdef CONFIG_ARCH_TEGRA_3x_SOC
|
||||||
void __init tegra30_init_early(void)
|
void __init tegra30_init_early(void)
|
||||||
{
|
{
|
||||||
|
tegra30_init_clocks();
|
||||||
tegra_init_cache(0x441, 0x551);
|
tegra_init_cache(0x441, 0x551);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user