diff options
| author | Peng Fan <[email protected]> | 2024-12-03 23:42:49 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-12-07 09:07:04 -0300 |
| commit | 17bd2acfaec0cf17277302379fd90b97fe9cad46 (patch) | |
| tree | 540d664c0f481c989640f4398c87d8cc907fa55c /dts | |
| parent | a9d562daa3c35ee992f3f394581e80e145da4933 (diff) | |
clk: imx93: support i.MX91
i.MX91 is a derived from i.MX93, and most clocks could be reused from
i.MX93. Also Update imx93-clock.h to sync with linux next.
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'dts')
| -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 |
