Simon Glass | fda6fac | 2014-10-13 23:42:13 -0600 | [diff] [blame] | 1 | /* |
2 | * (C) Copyright 2014 Google, Inc | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | struct tegra_spi_platdata { | ||||
8 | enum periph_id periph_id; | ||||
9 | int frequency; /* Default clock frequency, -1 for none */ | ||||
10 | ulong base; | ||||
11 | uint deactivate_delay_us; /* Delay to wait after deactivate */ | ||||
12 | }; |