On 09/22, Jisheng Zhang wrote:
> + */
> +#include
> +#include
> +#include
> +#include
> +#include
> +#include
> +
> +#include "clk.h"
> +
> +#define CLK_SOURCE_MAX 5
> +
> +static struct clk_onecell_data gateclk_data;
> +static struct clk_onecell_data clk_data;
> +
> +static DEFINE_SPIN
This patch supports the gate-clk and berlin-clk in berlin4ct SoC.
Signed-off-by: Jisheng Zhang
---
drivers/clk/berlin/Makefile| 2 +-
drivers/clk/berlin/clk-berlin4ct.c | 164 +
2 files changed, 165 insertions(+), 1 deletion(-)
create mode 100644 dr