]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/spi/tegra_spi.h
dm: tegra: spi: Convert to driver model
[karo-tx-uboot.git] / drivers / spi / tegra_spi.h
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 };