summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/tegra-ahci-shield.h
blob: d6d0533471a60b754f89a6b26338260f592c82d8 (plain) (blame)
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
31
32
33
/*
 * Copyright (C) 2014-2018, 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
 * may be copied, distributed, and modified under those terms.
 *
 * 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.
 *
 * include/linux/platform_data/tegra_ahci.h
 *
 *
 */

#ifndef __MACH_TEGRA_AHCI_PDATA_H
#define __MACH_TEGRA_AHCI_PDATA_H

struct tegra_ahci_platform_data {
	s16 gen2_rx_eq;
	int pexp_gpio_high;
	int pexp_gpio_low;
};

struct tegra_sata_soc_data {
	char	* const *sata_regulator_names;
	int	num_sata_regulators;
	int (*controller_init) (void *, int);
};

#endif