Clocklib: Provide for GPIO 12 clock on PXA

Signed-off-by: Ian Molton <spyro@f2s.com>
This commit is contained in:
Ian Molton
2008-07-08 10:32:08 +01:00
부모 aa9ae8eb1a
커밋 ed847782f6
2개의 변경된 파일33개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -47,6 +47,15 @@ struct clk {
.other = _other, \
}
#define INIT_CLK(_name, _ops, _rate, _delay, _dev) \
{ \
.name = _name, \
.dev = _dev, \
.ops = _ops, \
.rate = _rate, \
.delay = _delay, \
}
extern const struct clkops clk_cken_ops;
void clk_cken_enable(struct clk *clk);