clk-imx8qxp.c (597473720f4dc69749542bfcfed4a927a43d935e) clk-imx8qxp.c (e0d0d4d86c766335066d7c241fbe42fbd67d4198)
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2018 NXP
4 * Dong Aisheng <aisheng.dong@nxp.com>
5 */
6
7#include <linux/clk-provider.h>
8#include <linux/err.h>

--- 138 unchanged lines hidden (view full) ---

147 .driver = {
148 .name = "imx8qxp-clk",
149 .of_match_table = imx8qxp_match,
150 .suppress_bind_attrs = true,
151 },
152 .probe = imx8qxp_clk_probe,
153};
154builtin_platform_driver(imx8qxp_clk_driver);
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2018 NXP
4 * Dong Aisheng <aisheng.dong@nxp.com>
5 */
6
7#include <linux/clk-provider.h>
8#include <linux/err.h>

--- 138 unchanged lines hidden (view full) ---

147 .driver = {
148 .name = "imx8qxp-clk",
149 .of_match_table = imx8qxp_match,
150 .suppress_bind_attrs = true,
151 },
152 .probe = imx8qxp_clk_probe,
153};
154builtin_platform_driver(imx8qxp_clk_driver);
155
156MODULE_AUTHOR("Aisheng Dong <aisheng.dong@nxp.com>");
157MODULE_DESCRIPTION("NXP i.MX8QXP clock driver");
158MODULE_LICENSE("GPL v2");