summaryrefslogtreecommitdiffstats
path: root/include/platform_data/cadence_qspi.h
blob: e1095cf6b808a8f5d604b17f008b3b7e6d896302 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __INCLUDE_PLATFORM_DATA_CADENCE_QSPI_H
#define __INCLUDE_PLATFORM_DATA_CADENCE_QSPI_H

struct cadence_qspi_platform_data {
	unsigned int is_decoded_cs;
	unsigned int fifo_depth;
};

#endif /* __INCLUDE_PLATFORM_DATA_CADENCE_QSPI_H */