1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2019 BayLibre, SAS.
4 * Author: Jerome Brunet <jbrunet@baylibre.com>
7 #ifndef __MESON_CLK_PHASE_H
8 #define __MESON_CLK_PHASE_H
10 #include <linux/clk-provider.h>
13 struct meson_clk_phase_data
{
17 struct meson_clk_triphase_data
{
23 struct meson_sclk_ws_inv_data
{
28 extern const struct clk_ops meson_clk_phase_ops
;
29 extern const struct clk_ops meson_clk_triphase_ops
;
30 extern const struct clk_ops meson_sclk_ws_inv_ops
;
32 #endif /* __MESON_CLK_PHASE_H */