blob: 598a996a3c5ec7ad47aa3daa697bbb500c1a4562 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Eric Nelson16acd1c2014-09-30 15:40:03 -07002/*
3 * Copyright 2011 Freescale Semiconductor, Inc.
Eric Nelson16acd1c2014-09-30 15:40:03 -07004 */
5
6#ifndef __MXC_SPI_H_
7#define __MXC_SPI_H_
8
9/*
10 * Board-level chip-select callback
11 * Should return GPIO # to be used for chip-select
12 */
13
14int board_spi_cs_gpio(unsigned bus, unsigned cs);
15
16#endif