summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2019-12-23 17:00:28 +0800
committerFugang Duan <fugang.duan@nxp.com>2019-12-23 17:24:30 +0800
commit92ef2b8342347226fa7b9e05e5356dcaa17b64db (patch)
tree0e2d0c0743849ba0335c67690ce12ed36cc904ee /include
parent0f549d8c4d5edd68a2a492afd48228458d3bca4a (diff)
LF-580 dt-bindings: imx: correct i2c4/uart1 clocks ID
Current i2c4/uart1 clocks ID have conflict with pwm2/pwm3, correct them. Reviewed-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/imx8mn-clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/imx8mn-clock.h b/include/dt-bindings/clock/imx8mn-clock.h
index f1bd535c0883..afd99a31124e 100644
--- a/include/dt-bindings/clock/imx8mn-clock.h
+++ b/include/dt-bindings/clock/imx8mn-clock.h
@@ -124,8 +124,8 @@
#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