diff options
author | Tom Rini | 2023-07-13 20:39:10 -0400 |
---|---|---|
committer | Tom Rini | 2023-07-13 20:39:10 -0400 |
commit | cef36755094f0c5463ff34ac89de8d88ef68982b (patch) | |
tree | 9c49b6e79e099a40cf58b01794b1d6293ecfdc11 /include/dm/platform_data | |
parent | c990ecba4d8b73a0fcf6f33d758ff1ed176e44ae (diff) | |
parent | 4a31e145217cecc3d421f96eafcd2cfd9c670929 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
- Add xtxtech spi-nor chip parts (Bruce Suen)
- Add bcm63xx-hsspi driver fixes (William Zhang)
Diffstat (limited to 'include/dm/platform_data')
-rw-r--r-- | include/dm/platform_data/spi_pl022.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/dm/platform_data/spi_pl022.h b/include/dm/platform_data/spi_pl022.h deleted file mode 100644 index 7f74b3cbc5c..00000000000 --- a/include/dm/platform_data/spi_pl022.h +++ /dev/null @@ -1,21 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * (C) Copyright 2018 - * Quentin Schulz, Bootlin, quentin.schulz@bootlin.com - * - * Structure for use with U_BOOT_DRVINFO for pl022 SPI devices or to use - * in of_to_plat. - */ - -#ifndef __spi_pl022_h -#define __spi_pl022_h - -#include <fdtdec.h> - -struct pl022_spi_pdata { - fdt_addr_t addr; - fdt_size_t size; - unsigned int freq; -}; - -#endif /* __spi_pl022_h */ |