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

dt-bindings: clock: imx93-clock: add more MU/SAI clocks

Add MU[1,2]_[A,B] clock entries.
Add SAI IPG clock entries.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20220830033137.4149542-2-peng.fan@oss.nxp.com

authored by

Peng Fan and committed by
Abel Vesa
90e58072 59dc69d7

+8 -1
+8 -1
include/dt-bindings/clock/imx93-clock.h
··· 196 196 #define IMX93_CLK_TMC_GATE 187 197 197 #define IMX93_CLK_PMRO_GATE 188 198 198 #define IMX93_CLK_32K 189 199 - #define IMX93_CLK_END 190 199 + #define IMX93_CLK_SAI1_IPG 190 200 + #define IMX93_CLK_SAI2_IPG 191 201 + #define IMX93_CLK_SAI3_IPG 192 202 + #define IMX93_CLK_MU1_A_GATE 193 203 + #define IMX93_CLK_MU1_B_GATE 194 204 + #define IMX93_CLK_MU2_A_GATE 195 205 + #define IMX93_CLK_MU2_B_GATE 196 206 + #define IMX93_CLK_END 197 200 207 201 208 #endif