diff options
| author | Tom Rini <[email protected]> | 2025-05-12 16:05:22 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-12 16:05:22 -0600 |
| commit | 1b5e435102aa29a665119430196cb366ce36a01b (patch) | |
| tree | bc2a101f8b80c25c5e17a8f46f49f71443b86d3e /include | |
| parent | cf37480bc8335494cf88b7180dc3f1eb8cf63a9d (diff) | |
| parent | b3525ecd4908b6c7cdf2c9e4cd028c8d80d3d958 (diff) | |
Merge tag 'u-boot-imx-master-20250512' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/26116
- Add imxrt1170 support to the fspi SPI driver.
- Enable PCI early on imx95_evk.
- Fix fsl_enetc imdio register calculation.
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/imxrt1170-clock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imxrt1170-clock.h b/include/dt-bindings/clock/imxrt1170-clock.h index 8ab8018a15e..d3d21cf310d 100644 --- a/include/dt-bindings/clock/imxrt1170-clock.h +++ b/include/dt-bindings/clock/imxrt1170-clock.h @@ -43,6 +43,8 @@ #define IMXRT1170_CLK_GPT1 33 #define IMXRT1170_CLK_SEMC_SEL 34 #define IMXRT1170_CLK_SEMC 35 -#define IMXRT1170_CLK_END 36 +#define IMXRT1170_CLK_FLEXSPI1_SEL 36 +#define IMXRT1170_CLK_FLEXSPI1 37 +#define IMXRT1170_CLK_END 38 #endif /* __DT_BINDINGS_CLOCK_IMXRT1170_H */ |
