Message ID | 20221219171058.164381-2-m.felsch@pengutronix.de |
---|---|
State | Accepted |
Commit | 35ec2abb54726e1a72c570f6465811e049d81cbc |
Headers | show |
Series | None | expand |
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>
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 --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
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(-)