diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-25 18:16:07 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-05-28 11:30:12 +0200 |
commit | de742570745e12b53c70130ace958f2a60044000 (patch) | |
tree | 6ea305766c90234e92bdd9338f32c819d33d13fc /arch/arm/mach-omap2/clock.h | |
parent | CLK: TI: gate: fixed DT binding documentation bugs (diff) | |
download | linux-de742570745e12b53c70130ace958f2a60044000.tar.xz linux-de742570745e12b53c70130ace958f2a60044000.zip |
CLK: TI: interface: add support for omap2430 specific interface clock
OMAP2430 I2CHS modules require specific hardware ops to be used, so added
a new compatible string for this.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index eb441d137843..12f54d428d7c 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -268,7 +268,6 @@ extern const struct clk_hw_omap_ops clkhwops_omap3430es2_hsotgusb_wait; extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; extern const struct clk_hw_omap_ops clkhwops_apll54; extern const struct clk_hw_omap_ops clkhwops_apll96; -extern const struct clk_hw_omap_ops clkhwops_omap2430_i2chs_wait; /* clksel_rate blocks shared between OMAP44xx and AM33xx */ extern const struct clksel_rate div_1_0_rates[]; |