提交 f001d5b2 编写于 作者: T Thomas Abraham 提交者: Ben Dooks

ARM: S5P: Add USB External Crystal clock definition

Add USB external crystal clock definition Xusbxti to common S5P clock code.
Signed-off-by: NThomas Abraham <thomas.ab@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
上级 7ebd4675
...@@ -33,6 +33,11 @@ struct clk clk_ext_xtal_mux = { ...@@ -33,6 +33,11 @@ struct clk clk_ext_xtal_mux = {
.id = -1, .id = -1,
}; };
struct clk clk_xusbxti = {
.name = "xusbxti",
.id = -1,
};
static struct clk s5p_clk_27m = { static struct clk s5p_clk_27m = {
.name = "clk_27m", .name = "clk_27m",
.id = -1, .id = -1,
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#define clk_fin_vpll clk_ext_xtal_mux #define clk_fin_vpll clk_ext_xtal_mux
extern struct clk clk_ext_xtal_mux; extern struct clk clk_ext_xtal_mux;
extern struct clk clk_xusbxti;
extern struct clk clk_48m; extern struct clk clk_48m;
extern struct clk clk_fout_apll; extern struct clk clk_fout_apll;
extern struct clk clk_fout_mpll; extern struct clk clk_fout_mpll;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册