]> asedeno.scripts.mit.edu Git - linux.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)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Feb 2020 07:18:00 +0000 (15:18 +0800)
IMX8MN_CLK_I2C4 and IMX8MN_CLK_UART1's index definitions are incorrect,
fix them.

Fixes: 1e80936a42e1 ("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>
include/dt-bindings/clock/imx8mn-clock.h

index 0f2b8423ce1d13c9bf35a7b18b55335f82bd31ed..65ac6eb6c7330615457f5d13cacbedadf681d55c 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