| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * Samsung EXYNOS SoC series Display Port PHY driver |
|---|
| 3 | + * Samsung Exynos SoC series Display Port PHY driver |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
|---|
| 5 | 6 | * 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. |
|---|
| 10 | 7 | */ |
|---|
| 11 | 8 | |
|---|
| 12 | 9 | #include <linux/err.h> |
|---|
| .. | .. |
|---|
| 112 | 109 | .driver = { |
|---|
| 113 | 110 | .name = "exynos-dp-video-phy", |
|---|
| 114 | 111 | .of_match_table = exynos_dp_video_phy_of_match, |
|---|
| 112 | + .suppress_bind_attrs = true, |
|---|
| 115 | 113 | } |
|---|
| 116 | 114 | }; |
|---|
| 117 | 115 | module_platform_driver(exynos_dp_video_phy_driver); |
|---|
| 118 | 116 | |
|---|
| 119 | 117 | 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"); |
|---|
| 121 | 119 | MODULE_LICENSE("GPL v2"); |
|---|