diff options
author | Tom Rini <trini@konsulko.com> | 2024-12-09 08:46:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-09 08:46:57 -0600 |
commit | 9dd0a9ecaa539adb99f74ea5cebcafcdebe93aad (patch) | |
tree | 275308e9fd137acde53d74c8d5170a21cbeb9cd4 /dts/upstream/include/dt-bindings/clock/imx93-clock.h | |
parent | 39759bf9fe3a5b6d4788164fc046f5f8aee5cbff (diff) | |
parent | 1c9fe756edba755679e8e4dc525d12e7deda3808 (diff) |
Merge tag 'u-boot-imx-next-20241209' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23736
- Add support for the NXP i.MX91 EVK board.
- Improve EEPRON suport on i.MX8MP DHCOM board.
- Switch phycore_imx8mm to using environment text files and improve
environment handling.
Diffstat (limited to 'dts/upstream/include/dt-bindings/clock/imx93-clock.h')
-rw-r--r-- | dts/upstream/include/dt-bindings/clock/imx93-clock.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dts/upstream/include/dt-bindings/clock/imx93-clock.h b/dts/upstream/include/dt-bindings/clock/imx93-clock.h index 787c9e74dc9..6c685067288 100644 --- a/dts/upstream/include/dt-bindings/clock/imx93-clock.h +++ b/dts/upstream/include/dt-bindings/clock/imx93-clock.h @@ -204,6 +204,10 @@ #define IMX93_CLK_A55_SEL 199 #define IMX93_CLK_A55_CORE 200 #define IMX93_CLK_PDM_IPG 201 -#define IMX93_CLK_END 202 +#define IMX91_CLK_ENET1_QOS_TSN 202 +#define IMX91_CLK_ENET_TIMER 203 +#define IMX91_CLK_ENET2_REGULAR 204 +#define IMX91_CLK_ENET2_REGULAR_GATE 205 +#define IMX91_CLK_ENET1_QOS_TSN_GATE 206 #endif |