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 <pengfei.li_1@nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20241023184651.381265-4-pengfei.li_1@nxp.com Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
1 parent c0813ce commit f029d87

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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)