Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: imx8mn: Fix incorrect clock defines

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>

authored by

Anson Huang and committed by
Shawn Guo
5eb40257 bb6d3fb3

+2 -2
+2 -2
include/dt-bindings/clock/imx8mn-clock.h
··· 122 122 #define IMX8MN_CLK_I2C1 105 123 123 #define IMX8MN_CLK_I2C2 106 124 124 #define IMX8MN_CLK_I2C3 107 125 - #define IMX8MN_CLK_I2C4 118 126 - #define IMX8MN_CLK_UART1 119 125 + #define IMX8MN_CLK_I2C4 108 126 + #define IMX8MN_CLK_UART1 109 127 127 #define IMX8MN_CLK_UART2 110 128 128 #define IMX8MN_CLK_UART3 111 129 129 #define IMX8MN_CLK_UART4 112