Ulf Hansson | bce5afd | 2012-08-27 15:45:51 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Clock definitions for u9540 platform. |
| 3 | * |
| 4 | * Copyright (C) 2012 ST-Ericsson SA |
| 5 | * Author: Ulf Hansson <ulf.hansson@linaro.org> |
| 6 | * |
| 7 | * License terms: GNU General Public License (GPL) version 2 |
| 8 | */ |
| 9 | |
Ulf Hansson | bce5afd | 2012-08-27 15:45:51 +0200 | [diff] [blame] | 10 | #include <linux/clk-provider.h> |
| 11 | #include <linux/mfd/dbx500-prcmu.h> |
Ulf Hansson | bce5afd | 2012-08-27 15:45:51 +0200 | [diff] [blame] | 12 | #include "clk.h" |
| 13 | |
Arnd Bergmann | 269f1aa | 2016-06-20 22:47:53 +0200 | [diff] [blame] | 14 | static void u9540_clk_init(struct device_node *np) |
Ulf Hansson | bce5afd | 2012-08-27 15:45:51 +0200 | [diff] [blame] | 15 | { |
| 16 | /* register clocks here */ |
| 17 | } |
Arnd Bergmann | 269f1aa | 2016-06-20 22:47:53 +0200 | [diff] [blame] | 18 | CLK_OF_DECLARE(u9540_clks, "stericsson,u9540-clks", u9540_clk_init); |