Merge tag 'xilinx-for-v2023.01-rc3' of https://source.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / drivers / spi / tegra_spi.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2014 Google, Inc
4  */
5
6 struct tegra_spi_plat {
7         enum periph_id periph_id;
8         int frequency;          /* Default clock frequency, -1 for none */
9         ulong base;
10         uint deactivate_delay_us;       /* Delay to wait after deactivate */
11 };