mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 06:19:56 +00:00
feat(dt-bindings): add missing SPIx bus clocks
Add SPI1, SPI2, SPI3, SPI4, SPI5 bus clocks. Change-Id: I075447adc63944cdd97862f836c22e4210bdb047 Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
This commit is contained in:
parent
66d7c8bf8e
commit
c6d50c9f93
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0+ or BSD-3-Clause */
|
/* SPDX-License-Identifier: GPL-2.0+ or BSD-3-Clause */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) STMicroelectronics 2022 - All Rights Reserved
|
* Copyright (C) STMicroelectronics 2022-2024 - All Rights Reserved
|
||||||
* Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics.
|
* Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -193,7 +193,13 @@
|
||||||
#define SAI1 160
|
#define SAI1 160
|
||||||
#define SAI2 161
|
#define SAI2 161
|
||||||
|
|
||||||
#define STM32MP1_LAST_CLK 162
|
#define SPI1 162
|
||||||
|
#define SPI2 163
|
||||||
|
#define SPI3 164
|
||||||
|
#define SPI4 165
|
||||||
|
#define SPI5 166
|
||||||
|
|
||||||
|
#define STM32MP1_LAST_CLK 167
|
||||||
|
|
||||||
/* SCMI clock identifiers */
|
/* SCMI clock identifiers */
|
||||||
#define CK_SCMI0_HSE 0
|
#define CK_SCMI0_HSE 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue