/* * 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 . */ #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