hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/phy/samsung/phy-exynos-pcie.c
....@@ -1,14 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * Samsung EXYNOS SoC series PCIe PHY driver
3
+ * Samsung Exynos SoC series PCIe PHY driver
34 *
45 * Phy provider for PCIe controller on Exynos SoC series
56 *
67 * Copyright (C) 2017 Samsung Electronics Co., Ltd.
78 * 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.
129 */
1310
1411 #include <linux/delay.h>
....@@ -275,6 +272,7 @@
275272 .driver = {
276273 .of_match_table = exynos_pcie_phy_match,
277274 .name = "exynos_pcie_phy",
275
+ .suppress_bind_attrs = true,
278276 }
279277 };
280278