diff mbox series

[2/2] dt-bindings: clocks: imx8mp: make sai4 a dummy clock

Message ID 20221219171058.164381-2-m.felsch@pengutronix.de (mailing list archive)
State New, archived
Headers show
Series [1/2] clk: imx8mp: fix sai4 clock | expand

Commit Message

Marco Felsch Dec. 19, 2022, 5:10 p.m. UTC
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: 108869144739 ("dt-bindings: imx: Add clock binding doc for i.MX8MP")
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 include/dt-bindings/clock/imx8mp-clock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring (Arm) Dec. 20, 2022, 8:01 p.m. UTC | #1
On Mon, 19 Dec 2022 18:10:58 +0100, Marco Felsch wrote:
> 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: 108869144739 ("dt-bindings: imx: Add clock binding doc for i.MX8MP")
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
> ---
>  include/dt-bindings/clock/imx8mp-clock.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
Stephen Boyd Jan. 12, 2023, 11:55 p.m. UTC | #2
Quoting Marco Felsch (2022-12-19 09:10:58)
> 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: 108869144739 ("dt-bindings: imx: Add clock binding doc for i.MX8MP")
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>
diff mbox series

Patch

diff --git a/include/dt-bindings/clock/imx8mp-clock.h b/include/dt-bindings/clock/imx8mp-clock.h
index 9d5cc2ddde89..61418ae4bcfa 100644
--- a/include/dt-bindings/clock/imx8mp-clock.h
+++ b/include/dt-bindings/clock/imx8mp-clock.h
@@ -130,7 +130,7 @@ 
 #define IMX8MP_CLK_SAI1				123
 #define IMX8MP_CLK_SAI2				124
 #define IMX8MP_CLK_SAI3				125
-#define IMX8MP_CLK_SAI4				126
+/* #define IMX8MP_CLK_SAI4				126 */
 #define IMX8MP_CLK_SAI5				127
 #define IMX8MP_CLK_SAI6				128
 #define IMX8MP_CLK_ENET_QOS			129