hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/phy/samsung/phy-exynos-mipi-video.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * Samsung S5P/EXYNOS SoC series MIPI CSIS/DSIM DPHY driver
3
+ * Samsung S5P/Exynos SoC series MIPI CSIS/DSIM DPHY driver
34 *
45 * Copyright (C) 2013,2016 Samsung Electronics Co., Ltd.
56 * Author: Sylwester Nawrocki <s.nawrocki@samsung.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #include <linux/err.h>
....@@ -362,10 +359,11 @@
362359 .driver = {
363360 .of_match_table = exynos_mipi_video_phy_of_match,
364361 .name = "exynos-mipi-video-phy",
362
+ .suppress_bind_attrs = true,
365363 }
366364 };
367365 module_platform_driver(exynos_mipi_video_phy_driver);
368366
369
-MODULE_DESCRIPTION("Samsung S5P/EXYNOS SoC MIPI CSI-2/DSI PHY driver");
367
+MODULE_DESCRIPTION("Samsung S5P/Exynos SoC MIPI CSI-2/DSI PHY driver");
370368 MODULE_AUTHOR("Sylwester Nawrocki <s.nawrocki@samsung.com>");
371369 MODULE_LICENSE("GPL v2");