1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _CLK_SOPHGO_SG2042_H_
#define _CLK_SOPHGO_SG2042_H_

#include <linux/io.h>
#include <linux/clk-provider.h>

/**
 * struct sg2042_clk_data - Common data of clock-controller
 * @iobase: base address of clock-controller
 * @onecell_data: used for adding providers.
 */
struct sg2042_clk_data {
	void __iomem *iobase;
	struct clk_hw_onecell_data onecell_data;
};

#endif /* _CLK_SOPHGO_SG2042_H_ */
是否情字寫來都空洞 一筆一畫斟酌著奉送