commit | c837e88cf9e18c311332cc1c8c488993a201d568 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue Jan 12 12:49:17 2010 +0900 |
committer | Ben Dooks <ben-linux@fluff.org> | Fri Jan 15 17:10:15 2010 +0900 |
tree | 2963312d07f7776c04f179600024d9288b2ea2cd | |
parent | 1d026d9b1671bcb05e7b00f545f1d62476e9063c [diff] |
ARM: S5PC1XX: Change clksrc_clks to use array of clocks Remove the individual 'struct clksrc_clks' and place them into an array so that we can simply use s3c_register_clksrcs to register tham all in one go. Since the spdif clock relies on the audio clock, move the audio clocks into their own arrary. Thanks to Marek Szyprowski for testing and pointing out the four clocks what where missed from the clock list. Signed-off-by: Ben Dooks <ben-linux@fluff.org>