]> git.baikalelectronics.ru Git - kernel.git/commitdiff
clk: imx8mn: Fix incorrect clock defines
authorAnson Huang <Anson.Huang@nxp.com>
Mon, 17 Feb 2020 03:01:35 +0000 (11:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2020 06:17:55 +0000 (07:17 +0100)
commit 21833944aa80b05fe4eb3505b1afa471cff039b5 upstream.

IMX8MN_CLK_I2C4 and IMX8MN_CLK_UART1's index definitions are incorrect,
fix them.

Fixes: 75c5ea5d5524 ("dt-bindings: imx: Add clock binding doc for i.MX8MN")
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/dt-bindings/clock/imx8mn-clock.h

index d7b201652f4cd166c45e8a0eeec25689fc97ed61..0c7c750fc2c416a9104af750af10224802b58c6a 100644 (file)
 #define IMX8MN_CLK_I2C1                                105
 #define IMX8MN_CLK_I2C2                                106
 #define IMX8MN_CLK_I2C3                                107
-#define IMX8MN_CLK_I2C4                                118
-#define IMX8MN_CLK_UART1                       119
+#define IMX8MN_CLK_I2C4                                108
+#define IMX8MN_CLK_UART1                       109
 #define IMX8MN_CLK_UART2                       110
 #define IMX8MN_CLK_UART3                       111
 #define IMX8MN_CLK_UART4                       112