xref: /openbmc/u-boot/drivers/spi/tegra_spi.h (revision 2bb1cd53)
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 };
13