summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-p2360.h
blob: ed9379817290ae2cf5a7b47ac8ed916505a0d604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 * arch/arm/mach-tegra/board-p2360.h
 * Based on arch/arm/mach-tegra/board-vcm30_t124.h
 *
 * Copyright (c) 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 distributed in the hope 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/>.
 */

#ifndef _MACH_TEGRA_BOARD_P2360_H
#define _MACH_TEGRA_BOARD_P2360_H

int p2360_panel_init(void);
int p2360_sdhci_init(void);
int p2360_suspend_init(void);

#define UTMI1_PORT_OWNER_XUSB   0x1
#define UTMI2_PORT_OWNER_XUSB   0x2

#endif