Skip to content

Commit 2005544

Browse files
committed
Merge tag 'imx-clk-fixes-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into clk-fixes
Pull an i.MX clk fix from Shawn Guo: A fix on i.MX8MN I2C4 and UART1 clock IDs, which clash with PWM2 and PWM3 ID. This bug makes I2C4 and UART1 device in i.MX8MN DT point to PWM2 and PWM3 clock. * tag 'imx-clk-fixes-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: clk: imx8mn: Fix incorrect clock defines
2 parents efbd912 + 5eb4025 commit 2005544

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)