diff mbox series

clk: imx8mn: Fix incorrect clock defines

Message ID 1581908495-11746-1-git-send-email-Anson.Huang@nxp.com
State Not Applicable, archived
Headers show
Series clk: imx8mn: Fix incorrect clock defines | expand

Checks

Context Check Description
robh/checkpatch warning "total: 0 errors, 1 warnings, 10 lines checked"

Commit Message

Anson Huang Feb. 17, 2020, 3:01 a.m. UTC
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>
---
 include/dt-bindings/clock/imx8mn-clock.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Shawn Guo Feb. 17, 2020, 7:18 a.m. UTC | #1
On Mon, Feb 17, 2020 at 11:01:35AM +0800, Anson Huang wrote:
> 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>

Applied, thanks.
diff mbox series

Patch

diff --git a/include/dt-bindings/clock/imx8mn-clock.h b/include/dt-bindings/clock/imx8mn-clock.h
index 0f2b842..65ac6eb6 100644
--- a/include/dt-bindings/clock/imx8mn-clock.h
+++ b/include/dt-bindings/clock/imx8mn-clock.h
@@ -122,8 +122,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