Skip to content

Commit f029d87

Browse files
rocflyer1abelvesa
authored andcommitted
dt-bindings: clock: Add i.MX91 clock support
i.MX91 has similar Clock Control Module(CCM) design as i.MX93, only add few new clock compared to i.MX93. Add a new compatible string and some new clocks for i.MX91. Signed-off-by: Pengfei Li <[email protected]> Reviewed-by: Frank Li <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
1 parent c0813ce commit f029d87

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Documentation/devicetree/bindings/clock/imx93-clock.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ description: |
1616
properties:
1717
compatible:
1818
enum:
19+
- fsl,imx91-ccm
1920
- fsl,imx93-ccm
2021

2122
reg:

include/dt-bindings/clock/imx93-clock.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,10 @@
204204
#define IMX93_CLK_A55_SEL 199
205205
#define IMX93_CLK_A55_CORE 200
206206
#define IMX93_CLK_PDM_IPG 201
207+
#define IMX91_CLK_ENET1_QOS_TSN 202
208+
#define IMX91_CLK_ENET_TIMER 203
209+
#define IMX91_CLK_ENET2_REGULAR 204
210+
#define IMX91_CLK_ENET2_REGULAR_GATE 205
211+
#define IMX91_CLK_ENET1_QOS_TSN_GATE 206
207212

208213
#endif

0 commit comments

Comments
 (0)