drm/ssd130x: Set SPI .id_table to prevent an SPI core warning
[drm/drm-misc.git] / drivers / clk / mediatek / clk-cpumux.h
blob64e45c63b4a0d5fc47ce5296e1ac2d81e5b75983
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (c) 2015 Linaro Ltd.
4 * Author: Pi-Cheng Chen <pi-cheng.chen@linaro.org>
5 */
7 #ifndef __DRV_CLK_CPUMUX_H
8 #define __DRV_CLK_CPUMUX_H
10 struct clk_hw_onecell_data;
11 struct device_node;
12 struct mtk_composite;
14 int mtk_clk_register_cpumuxes(struct device *dev, struct device_node *node,
15 const struct mtk_composite *clks, int num,
16 struct clk_hw_onecell_data *clk_data);
18 void mtk_clk_unregister_cpumuxes(const struct mtk_composite *clks, int num,
19 struct clk_hw_onecell_data *clk_data);
21 #endif /* __DRV_CLK_CPUMUX_H */