mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 14:31:46 +00:00
sm501: add support for the SM502 programmable PLL
SM502 has a programmable PLL which can provide the panel pixel clock instead of the 288MHz and 336MHz PLLs. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Ville Syrjala <syrjala@sci.fi> Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
245904a4ce
commit
3149be50d3
3 changed files with 133 additions and 36 deletions
|
@ -24,7 +24,8 @@ extern int sm501_unit_power(struct device *dev,
|
|||
extern unsigned long sm501_set_clock(struct device *dev,
|
||||
int clksrc, unsigned long freq);
|
||||
|
||||
extern unsigned long sm501_find_clock(int clksrc, unsigned long req_freq);
|
||||
extern unsigned long sm501_find_clock(struct device *dev,
|
||||
int clksrc, unsigned long req_freq);
|
||||
|
||||
/* sm501_misc_control
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue