hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/spi/spi-fsl-lib.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Freescale SPI/eSPI controller driver library.
34 *
....@@ -9,11 +10,6 @@
910 * CPM SPI and QE buffer descriptors mode support:
1011 * Copyright (c) 2009 MontaVista Software, Inc.
1112 * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12
- *
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of the GNU General Public License as published by the
15
- * Free Software Foundation; either version 2 of the License, or (at your
16
- * option) any later version.
1713 */
1814 #ifndef __SPI_FSL_LIB_H__
1915 #define __SPI_FSL_LIB_H__
....@@ -95,8 +91,7 @@
9591
9692 struct mpc8xxx_spi_probe_info {
9793 struct fsl_spi_platform_data pdata;
98
- int *gpios;
99
- bool *alow_flags;
94
+ __be32 __iomem *immr_spi_cs;
10095 };
10196
10297 extern u32 mpc8xxx_spi_tx_buf_u8(struct mpc8xxx_spi *mpc8xxx_spi);