.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | | - * Samsung S5P/EXYNOS SoC series MIPI CSIS/DSIM DPHY driver |
---|
| 3 | + * Samsung S5P/Exynos SoC series MIPI CSIS/DSIM DPHY driver |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2013,2016 Samsung Electronics Co., Ltd. |
---|
5 | 6 | * 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. |
---|
10 | 7 | */ |
---|
11 | 8 | |
---|
12 | 9 | #include <linux/err.h> |
---|
.. | .. |
---|
362 | 359 | .driver = { |
---|
363 | 360 | .of_match_table = exynos_mipi_video_phy_of_match, |
---|
364 | 361 | .name = "exynos-mipi-video-phy", |
---|
| 362 | + .suppress_bind_attrs = true, |
---|
365 | 363 | } |
---|
366 | 364 | }; |
---|
367 | 365 | module_platform_driver(exynos_mipi_video_phy_driver); |
---|
368 | 366 | |
---|
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"); |
---|
370 | 368 | MODULE_AUTHOR("Sylwester Nawrocki <s.nawrocki@samsung.com>"); |
---|
371 | 369 | MODULE_LICENSE("GPL v2"); |
---|