diff options
author | Chancel Liu <[email protected]> | 2023-06-28 14:17:22 +0800 |
---|---|---|
committer | Abel Vesa <[email protected]> | 2023-07-25 10:28:42 +0300 |
commit | 2fe182dd2783c870cb21f20732ff62f9cbb2451a (patch) | |
tree | 3e92e6591560823d6a6d443e4346a7cbeca8c861 | |
parent | 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff) |
dt-bindings: clock: imx93: Add PDM IPG clk
Add PDM IPG clk.
Reviewed-by: Shengjiu Wang <[email protected]>
Signed-off-by: Chancel Liu <[email protected]>
Signed-off-by: Jacky Bai <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Abel Vesa <[email protected]>
-rw-r--r-- | include/dt-bindings/clock/imx93-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx93-clock.h b/include/dt-bindings/clock/imx93-clock.h index 35a1f62053a5..787c9e74dc96 100644 --- a/include/dt-bindings/clock/imx93-clock.h +++ b/include/dt-bindings/clock/imx93-clock.h @@ -203,6 +203,7 @@ #define IMX93_CLK_ARM_PLL 198 #define IMX93_CLK_A55_SEL 199 #define IMX93_CLK_A55_CORE 200 -#define IMX93_CLK_END 201 +#define IMX93_CLK_PDM_IPG 201 +#define IMX93_CLK_END 202 #endif |