diff options
Diffstat (limited to 'arch/arm/mach-tegra/include/mach/clk.h')
-rw-r--r-- | arch/arm/mach-tegra/include/mach/clk.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/clk.h b/arch/arm/mach-tegra/include/mach/clk.h index 616ef4ca994e..13837a82bdee 100644 --- a/arch/arm/mach-tegra/include/mach/clk.h +++ b/arch/arm/mach-tegra/include/mach/clk.h @@ -35,6 +35,15 @@ enum tegra_clk_ex_param { TEGRA_CLK_PLLD_MIPI_MUX_SEL, }; +enum tegra_clk_ex_param { + TEGRA_CLK_VI_INP_SEL, + TEGRA_CLK_DTV_INVERT, + TEGRA_CLK_NAND_PAD_DIV2_ENB, + TEGRA_CLK_PLLD_CSI_OUT_ENB, + TEGRA_CLK_PLLD_DSI_OUT_ENB, + TEGRA_CLK_PLLD_MIPI_MUX_SEL, +}; + void tegra_periph_reset_deassert(struct clk *c); void tegra_periph_reset_assert(struct clk *c); @@ -45,6 +54,7 @@ static inline int tegra_dvfs_set_rate(struct clk *c, unsigned long rate) { return 0; } #endif unsigned long clk_get_rate_all_locked(struct clk *c); +void tegra2_sdmmc_tap_delay(struct clk *c, int delay); int tegra_dvfs_rail_disable_by_name(const char *reg_id); int tegra_clk_cfg_ex(struct clk *c, enum tegra_clk_ex_param p, u32 setting); int tegra_register_clk_rate_notifier(struct clk *c, struct notifier_block *nb); |