clk.h (c57d5621d2f2dc238f4b9c4d00b2a54187a75445) clk.h (b0af24b523c21c918eb64541df4450b9da7ed195)
1/*
2 * Copyright (c) 2013, Steffen Trumtrar <s.trumtrar@pengutronix.de>
3 *
4 * based on drivers/clk/tegra/clk.h
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.

--- 4 unchanged lines hidden (view full) ---

13 * more details.
14 *
15 */
16
17#ifndef __SOCFPGA_CLK_H
18#define __SOCFPGA_CLK_H
19
20#include <linux/clk-provider.h>
1/*
2 * Copyright (c) 2013, Steffen Trumtrar <s.trumtrar@pengutronix.de>
3 *
4 * based on drivers/clk/tegra/clk.h
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.

--- 4 unchanged lines hidden (view full) ---

13 * more details.
14 *
15 */
16
17#ifndef __SOCFPGA_CLK_H
18#define __SOCFPGA_CLK_H
19
20#include <linux/clk-provider.h>
21#include <linux/clkdev.h>
22
23/* Clock Manager offsets */
24#define CLKMGR_CTRL 0x0
25#define CLKMGR_BYPASS 0x4
26#define CLKMGR_L4SRC 0x70
27#define CLKMGR_PERPLL_SRC 0xAC
28
29#define SOCFPGA_MAX_PARENTS 5

--- 41 unchanged lines hidden ---
21
22/* Clock Manager offsets */
23#define CLKMGR_CTRL 0x0
24#define CLKMGR_BYPASS 0x4
25#define CLKMGR_L4SRC 0x70
26#define CLKMGR_PERPLL_SRC 0xAC
27
28#define SOCFPGA_MAX_PARENTS 5

--- 41 unchanged lines hidden ---