Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175643
b: refs/heads/master
c: 972c542
h: refs/heads/master
i:
  175641: e621925
  175639: 9729586
v: v3
  • Loading branch information
Rajendra Nayak authored and paul committed Dec 12, 2009
1 parent 72f4e91 commit 28d00db
Show file tree
Hide file tree
Showing 5 changed files with 2,787 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd7084138f7293f97584050d43a92cb03836974e
refs/heads/master: 972c542746904b5f418284946728a61b783275ef
23 changes: 23 additions & 0 deletions trunk/arch/arm/mach-omap2/clock44xx.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
* OMAP4 clock function prototypes and macros
*
* Copyright (C) 2009 Texas Instruments, Inc.
*/

#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK_44XX_H
#define __ARCH_ARM_MACH_OMAP2_CLOCK_44XX_H

unsigned long omap3_dpll_recalc(struct clk *clk);
unsigned long omap3_clkoutx2_recalc(struct clk *clk);
int omap3_noncore_dpll_set_rate(struct clk *clk, unsigned long rate);

/* DPLL modes */
#define DPLL_LOW_POWER_STOP 0x1
#define DPLL_LOW_POWER_BYPASS 0x5
#define DPLL_LOCKED 0x7
#define OMAP4430_MAX_DPLL_MULT 2048
#define OMAP4430_MAX_DPLL_DIV 128

extern const struct clkops clkops_noncore_dpll_ops;

#endif
Loading

0 comments on commit 28d00db

Please sign in to comment.