ALSA: hda - Don't override global PCM hw info flag
[linux/fpc-iii.git] / drivers / clk / ux500 / u9540_clk.c
blob7b6bca49ce428c75902efbc451b64b6892433789
1 /*
2 * Clock definitions for u9540 platform.
4 * Copyright (C) 2012 ST-Ericsson SA
5 * Author: Ulf Hansson <ulf.hansson@linaro.org>
7 * License terms: GNU General Public License (GPL) version 2
8 */
10 #include <linux/clk-provider.h>
11 #include <linux/mfd/dbx500-prcmu.h>
12 #include "clk.h"
14 static void u9540_clk_init(struct device_node *np)
16 /* register clocks here */
18 CLK_OF_DECLARE(u9540_clks, "stericsson,u9540-clks", u9540_clk_init);