summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/platform/tegra/tegra-nvlink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform/tegra/tegra-nvlink.h b/include/linux/platform/tegra/tegra-nvlink.h
index ae1b7d5cc..40e0a019f 100644
--- a/include/linux/platform/tegra/tegra-nvlink.h
+++ b/include/linux/platform/tegra/tegra-nvlink.h
@@ -248,6 +248,8 @@ struct nvlink_link {
248 * TODO: Set this before registering the link 248 * TODO: Set this before registering the link
249 */ 249 */
250 bool is_connected; 250 bool is_connected;
251 /* Is single-lane mode supported for this link ? */
252 bool is_sl_supported;
251 /* Pointer to device info of connected end point */ 253 /* Pointer to device info of connected end point */
252 struct remote_device_info remote_dev_info; 254 struct remote_device_info remote_dev_info;
253 /* 255 /*