| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * Samsung EXYNOS SoC series PCIe PHY driver |
|---|
| 3 | + * Samsung Exynos SoC series PCIe PHY driver |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Phy provider for PCIe controller on Exynos SoC series |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Copyright (C) 2017 Samsung Electronics Co., Ltd. |
|---|
| 7 | 8 | * Jaehoon Chung <jh80.chung@samsung.com> |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 10 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 11 | | - * published by the Free Software Foundation. |
|---|
| 12 | 9 | */ |
|---|
| 13 | 10 | |
|---|
| 14 | 11 | #include <linux/delay.h> |
|---|
| .. | .. |
|---|
| 275 | 272 | .driver = { |
|---|
| 276 | 273 | .of_match_table = exynos_pcie_phy_match, |
|---|
| 277 | 274 | .name = "exynos_pcie_phy", |
|---|
| 275 | + .suppress_bind_attrs = true, |
|---|
| 278 | 276 | } |
|---|
| 279 | 277 | }; |
|---|
| 280 | 278 | |
|---|