#include <linux/clk-provider.h>
#include <linux/platform_device.h>
#include "clk-mtk.h"
#include "clk-gate.h"
#include <dt-bindings/clock/mt2712-clk.h>
static const struct mtk_gate_regs bdp_cg_regs = …;
#define GATE_BDP(_id, _name, _parent, _shift) …
static const struct mtk_gate bdp_clks[] = …;
static const struct mtk_clk_desc bdp_desc = …;
static const struct of_device_id of_match_clk_mt2712_bdp[] = …;
MODULE_DEVICE_TABLE(of, of_match_clk_mt2712_bdp);
static struct platform_driver clk_mt2712_bdp_drv = …;
module_platform_driver(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;