summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/mmc-sdhci-tegra.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/mmc-sdhci-tegra.h')
-rw-r--r--include/linux/platform_data/mmc-sdhci-tegra.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/platform_data/mmc-sdhci-tegra.h b/include/linux/platform_data/mmc-sdhci-tegra.h
index 32de3cc5f1b6..0d5f862f66aa 100644
--- a/include/linux/platform_data/mmc-sdhci-tegra.h
+++ b/include/linux/platform_data/mmc-sdhci-tegra.h
@@ -1,9 +1,8 @@
/*
* Copyright (C) 2009 Palm, Inc.
- * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
* Author: Yvonne Yip <y@palm.com>
*
- * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2013-2014, NVIDIA CORPORATION. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -64,6 +63,7 @@ struct tegra_sdhci_platform_data {
unsigned int calib_3v3_offsets; /* Format to be filled: 0xXXXXPDPU */
unsigned int calib_1v8_offsets; /* Format to be filled: 0xXXXXPDPU */
bool disable_clock_gate; /* no clock gate when true */
+ u32 cpu_speedo;
};
#endif