Skip to content

Commit 5eb4025

Browse files
Anson-HuangShawn Guo
authored andcommitted
clk: imx8mn: Fix incorrect clock defines
IMX8MN_CLK_I2C4 and IMX8MN_CLK_UART1's index definitions are incorrect, fix them. Fixes: 1e80936 ("dt-bindings: imx: Add clock binding doc for i.MX8MN") Signed-off-by: Anson Huang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent bb6d3fb commit 5eb4025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/dt-bindings/clock/imx8mn-clock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
#define IMX8MN_CLK_I2C1 105
123123
#define IMX8MN_CLK_I2C2 106
124124
#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
127127
#define IMX8MN_CLK_UART2 110
128128
#define IMX8MN_CLK_UART3 111
129129
#define IMX8MN_CLK_UART4 112

0 commit comments

Comments
 (0)