summaryrefslogtreecommitdiffstats
path: root/include/linux/platform
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform')
-rw-r--r--include/linux/platform/tegra/tegra-nvlink.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/platform/tegra/tegra-nvlink.h b/include/linux/platform/tegra/tegra-nvlink.h
index 7760837eb..ae1b7d5cc 100644
--- a/include/linux/platform/tegra/tegra-nvlink.h
+++ b/include/linux/platform/tegra/tegra-nvlink.h
@@ -31,8 +31,6 @@
31#define LINK_BITRATE_156MHZ_16GBPS 16145830000ULL 31#define LINK_BITRATE_156MHZ_16GBPS 16145830000ULL
32#define LINK_BITRATE_150MHZ_20GBPS 19200000000ULL 32#define LINK_BITRATE_150MHZ_20GBPS 19200000000ULL
33#define LINK_BITRATE_156MHZ_20GBPS 20001280000ULL 33#define LINK_BITRATE_156MHZ_20GBPS 20001280000ULL
34#define LINK_BITRATE_150MHZ_25GBPS 24750000000ULL
35#define LINK_BITRATE_156MHZ_25GBPS 25782900000ULL
36 34
37struct nvlink_link; 35struct nvlink_link;
38struct nvlink_device; 36struct nvlink_device;
@@ -70,8 +68,7 @@ extern u32 nvlink_log_mask;
70/* Enum to represent link speed. Nvlink 2.0 can support below 2 speeds */ 68/* Enum to represent link speed. Nvlink 2.0 can support below 2 speeds */
71enum nvlink_speed { 69enum nvlink_speed {
72 NVLINK_SPEED_16, 70 NVLINK_SPEED_16,
73 NVLINK_SPEED_20, 71 NVLINK_SPEED_20
74 NVLINK_SPEED_25
75}; 72};
76 73
77/* Enum nvlink_endpt will be used to initialize device ID in device struct */ 74/* Enum nvlink_endpt will be used to initialize device ID in device struct */