summaryrefslogtreecommitdiff
path: root/include/linux/spi/spi-tegra.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/spi/spi-tegra.h')
-rw-r--r--include/linux/spi/spi-tegra.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/spi/spi-tegra.h b/include/linux/spi/spi-tegra.h
index 4b9385d2c93d..3e0203c2a671 100644
--- a/include/linux/spi/spi-tegra.h
+++ b/include/linux/spi/spi-tegra.h
@@ -1,7 +1,7 @@
/*
* spi-tegra.h: SPI interface for Nvidia Tegra20 SLINK controller.
*
- * Copyright (C) 2011 NVIDIA Corporation
+ * Copyright (c) 2011-2016, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,6 +25,8 @@ struct tegra_spi_platform_data {
int dma_req_sel;
unsigned int spi_max_frequency;
bool is_clkon_always;
+ bool is_polling_mode;
+ bool boost_reg_access;
};
/*