Skip to content
Snippets Groups Projects
Commit d6150db2 authored by Po-Yu Chuang's avatar Po-Yu Chuang Committed by Albert ARIBAUD
Browse files

power: ftpmu010: move drivers/power/ftpmu010.h to include/faraday


Also add API declarations.

Signed-off-by: default avatarPo-Yu Chuang <ratbert@faraday-tech.com>
Signed-off-by: default avatarAlbert Aribaud <albert.aribaud@free.fr>
parent d8834a13
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
#include <common.h>
#include <asm/io.h>
#include "ftpmu010.h"
#include <faraday/ftpmu010.h>
static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE;
......
......@@ -143,4 +143,8 @@ struct ftpmu010 {
#define FTPMU010_PDLLCR0_PLL1STABLE (1 << 1)
#define FTPMU010_PDLLCR0_PLL1DIS (1 << 0)
void ftpmu010_32768osc_enable(void);
void ftpmu010_dlldis_disable(void);
void ftpmu010_sdram_clk_disable(unsigned int cr0);
#endif /* __FTPMU010_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment