Skip to content

Commit 35ec2ab

Browse files
Marco Felschabelvesa
authored andcommitted
dt-bindings: clocks: imx8mp: make sai4 a dummy clock
The hardware don't have a SAI4 instance so remove the define. Use a comment to keep it as reference and to avoid confusion. Fixes: 1088691 ("dt-bindings: imx: Add clock binding doc for i.MX8MP") Acked-by: Stephen Boyd <sboyd@kernel.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.kernel.org/r/20230731142150.3186650-2-m.felsch@pengutronix.de Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
1 parent c30f600 commit 35ec2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
#define IMX8MP_CLK_SAI1 123
131131
#define IMX8MP_CLK_SAI2 124
132132
#define IMX8MP_CLK_SAI3 125
133-
#define IMX8MP_CLK_SAI4 126
133+
/* #define IMX8MP_CLK_SAI4 126 */
134134
#define IMX8MP_CLK_SAI5 127
135135
#define IMX8MP_CLK_SAI6 128
136136
#define IMX8MP_CLK_ENET_QOS 129

0 commit comments

Comments
 (0)