summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-p2360-panel.c
diff options
context:
space:
mode:
authorVipin Kumar <vipink@nvidia.com>2014-04-09 19:33:58 +0530
committerSeema Khowala <seemaj@nvidia.com>2014-04-23 14:05:12 -0700
commit4011b2a6dd64dcce45ec83fb041fc655c432f013 (patch)
tree3f11d13b644257ecfa1b566d5fde06165d63b932 /arch/arm/mach-tegra/board-p2360-panel.c
parent2c9c754e1d46a740c26a2bbaa4e4c15c4727632b (diff)
p2360: t124: Add initial board files
This patch adds initial board files for p2360 Bug 1498344 Change-Id: I76a8f00fb45836312624bf20df0f48a93aee1fb2 Signed-off-by: Vipin Kumar <vipink@nvidia.com> Reviewed-on: http://git-master/r/395929 Reviewed-by: Sandeep Trasi <strasi@nvidia.com> Tested-by: Sandeep Trasi <strasi@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-p2360-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-p2360-panel.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-p2360-panel.c b/arch/arm/mach-tegra/board-p2360-panel.c
new file mode 100644
index 000000000000..1c26a4586033
--- /dev/null
+++ b/arch/arm/mach-tegra/board-p2360-panel.c
@@ -0,0 +1,26 @@
+/*
+ * arch/arm/mach-tegra/board-p2360-panel.c
+ *
+ * Copyright (c) 2014, 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+#include <linux/init.h>
+
+int __init p2360_panel_init(void)
+{
+ return 0;
+}