summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShreshtha Sahu <ssahu@nvidia.com>2014-07-25 13:34:35 +0000
committerWinnie Hsu <whsu@nvidia.com>2014-10-29 10:43:28 -0700
commit9f529900d770ed23a881963df4fe8c966bca1792 (patch)
tree64e3f79411b7eed8314d7ede2ea96fe60c31e06b /include
parent7a5aebfb401e2ac6db4104f15b4ffc79a7ac53e2 (diff)
media: tegra: add regulator vana for dw9718
add regulator vana for dw9718 Bug 1259310 Change-Id: I654669b1f02af9b7afbf51e8077a4f8324ead403 Signed-off-by: Shreshtha Sahu <ssahu@nvidia.com> Signed-off-by: Mihir Thakkar <mthakkar@nvidia.com> Reviewed-on: http://git-master/r/555460 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Tested-by: Tushar Khinvasara <tkhinvasara@nvidia.com> Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/media/dw9718.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/include/media/dw9718.h b/include/media/dw9718.h
index 9fe2f45c24cc..82dbbada02fa 100644
--- a/include/media/dw9718.h
+++ b/include/media/dw9718.h
@@ -1,17 +1,19 @@
/*
- * Copyright (C) 2010-2013, NVIDIA Corporation. All rights reserved.
+ * Copyright (c) 2010-2014, NVIDIA CORPORATION. All rights reserved.
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
- * This program is distributed in the hope it will be useful, but WITHOUT
+ * This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __DW9718_H__
@@ -24,6 +26,7 @@
struct dw9718_power_rail {
struct regulator *vdd;
struct regulator *vdd_i2c;
+ struct regulator *vana;
};
struct dw9718_platform_data {