blob: 42a467e40b2cf215f5ecbf2dfdab7011d3ab179e [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
Simon Glassb75b15b2020-12-03 16:55:23 -070010struct davinci_spi_plat {
Jagan Tekia147f662018-09-03 23:00:23 +053011 struct davinci_spi_regs *regs;
12 u8 num_cs; /* total no. of CS available */
13};
14
15#endif /* __spi_davinci_h */