clk-pistachio.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) clk-pistachio.c (75a6faf617d107bdbc74d36ccf89f2280b96ac26)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * Pistachio SoC clock controllers
3 *
4 * Copyright (C) 2014 Google, Inc.
2/*
3 * Pistachio SoC clock controllers
4 *
5 * Copyright (C) 2014 Google, Inc.
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.
9 */
10
11#include <linux/clk-provider.h>
12#include <linux/init.h>
13#include <linux/io.h>
14#include <linux/kernel.h>
15#include <linux/of.h>
16

--- 322 unchanged lines hidden ---
6 */
7
8#include <linux/clk-provider.h>
9#include <linux/init.h>
10#include <linux/io.h>
11#include <linux/kernel.h>
12#include <linux/of.h>
13

--- 322 unchanged lines hidden ---