commit | 269f1aac1410d27959bd073a089eb85eed55c8a1 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Jun 20 22:47:53 2016 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jul 12 11:24:07 2016 +0200 |
tree | 506d36e2a45b5720d1761c3f1a8d707ecc7ab02f | |
parent | 1e6cbc0691abc6b1a053f98d8ce1d692c8c71501 [diff] |
ARM: ux500: use CLK_OF_DECLARE() The ux500 DT support predates the CLK_OF_DECLARE macro and calls directly into the clk driver from platform code. Converting this to CLK_OF_DECLARE makes the code much nicer and similar to how modern platforms do it today. It also removes the last user of cpu_is_u8500_family() etc. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>