Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __CLK_STARFIVE_JH7110_H
3#define __CLK_STARFIVE_JH7110_H
4
5#include "clk-starfive-jh71x0.h"
6
7/* top clocks of ISP/VOUT domain from JH7110 SYSCRG */
8struct jh7110_top_sysclk {
9 struct clk_bulk_data *top_clks;
10 int top_clks_num;
11};
12
13int jh7110_reset_controller_register(struct jh71x0_clk_priv *priv,
14 const char *adev_name,
15 u32 adev_id);
16
17#endif