Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pengfei Li and committed by
Abel Vesa
f029d870 c0813ce2

+6
+1
Documentation/devicetree/bindings/clock/imx93-clock.yaml
··· 16 16 properties: 17 17 compatible: 18 18 enum: 19 + - fsl,imx91-ccm 19 20 - fsl,imx93-ccm 20 21 21 22 reg:
+5
include/dt-bindings/clock/imx93-clock.h
··· 204 204 #define IMX93_CLK_A55_SEL 199 205 205 #define IMX93_CLK_A55_CORE 200 206 206 #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 207 212 208 213 #endif