blob: 7b6bca49ce428c75902efbc451b64b6892433789 [file] [log] [blame]
Ulf Hanssonbce5afd2012-08-27 15:45:51 +02001/*
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 Hanssonbce5afd2012-08-27 15:45:51 +020010#include <linux/clk-provider.h>
11#include <linux/mfd/dbx500-prcmu.h>
Ulf Hanssonbce5afd2012-08-27 15:45:51 +020012#include "clk.h"
13
Arnd Bergmann269f1aa2016-06-20 22:47:53 +020014static void u9540_clk_init(struct device_node *np)
Ulf Hanssonbce5afd2012-08-27 15:45:51 +020015{
16 /* register clocks here */
17}
Arnd Bergmann269f1aa2016-06-20 22:47:53 +020018CLK_OF_DECLARE(u9540_clks, "stericsson,u9540-clks", u9540_clk_init);