u9540_clk.c 439 B

12345678910111213141516171819
  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. #include <linux/clk-provider.h>
  10. #include <linux/mfd/dbx500-prcmu.h>
  11. #include "clk.h"
  12. static void u9540_clk_init(struct device_node *np)
  13. {
  14. /* register clocks here */
  15. }
  16. CLK_OF_DECLARE(u9540_clks, "stericsson,u9540-clks", u9540_clk_init);