hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/phy/samsung/phy-exynos-dp-video.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * Samsung EXYNOS SoC series Display Port PHY driver
3
+ * Samsung Exynos SoC series Display Port PHY driver
34 *
45 * Copyright (C) 2013 Samsung Electronics Co., Ltd.
56 * Author: Jingoo Han <jg1.han@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>
....@@ -112,10 +109,11 @@
112109 .driver = {
113110 .name = "exynos-dp-video-phy",
114111 .of_match_table = exynos_dp_video_phy_of_match,
112
+ .suppress_bind_attrs = true,
115113 }
116114 };
117115 module_platform_driver(exynos_dp_video_phy_driver);
118116
119117 MODULE_AUTHOR("Jingoo Han <jg1.han@samsung.com>");
120
-MODULE_DESCRIPTION("Samsung EXYNOS SoC DP PHY driver");
118
+MODULE_DESCRIPTION("Samsung Exynos SoC DP PHY driver");
121119 MODULE_LICENSE("GPL v2");