blob: fc84378d03ffa4f29b3ac3676b83b3a4acb1c7cb [file] [log] [blame]
Tero Kristo0aa29302021-06-11 11:45:13 +03001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * (C) Copyright 2020 - Texas Instruments Incorporated - http://www.ti.com
4 * Tero Kristo <t-kristo@ti.com>
5 */
6
7#ifndef __K3_CLK_H__
8#define __K3_CLK_H__
9
10#include <linux/clk-provider.h>
11
12struct clk *clk_register_ti_pll(const char *name, const char *parent_name,
13 void __iomem *reg);
14
15#endif /* __K3_CLK_H__ */