blob: fbc62c262ab4e31519900035ae9649354bfa8552 [file] [log] [blame]
Jagan Tekia147f662018-09-03 23:00:23 +05301/*
2 * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __spi_davinci_h
8#define __spi_davinci_h
9
10struct davinci_spi_platdata {
11 struct davinci_spi_regs *regs;
12 u8 num_cs; /* total no. of CS available */
13};
14
15#endif /* __spi_davinci_h */