linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: imx8mn: Fix incorrect clock defines
@ 2020-02-17  3:01 Anson Huang
  2020-02-17  7:18 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Anson Huang @ 2020-02-17  3:01 UTC (permalink / raw)
  To: robh, mark.rutland, shawnguo, s.hauer, kernel, festevam, mripard,
	leonard.crestez, abel.vesa, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Linux-imx

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(-)

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
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: imx8mn: Fix incorrect clock defines
  2020-02-17  3:01 [PATCH] clk: imx8mn: Fix incorrect clock defines Anson Huang
@ 2020-02-17  7:18 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-02-17  7:18 UTC (permalink / raw)
  To: Anson Huang
  Cc: robh, mark.rutland, s.hauer, kernel, festevam, mripard,
	leonard.crestez, abel.vesa, devicetree, linux-arm-kernel,
	linux-kernel, Linux-imx

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-17  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17  3:01 [PATCH] clk: imx8mn: Fix incorrect clock defines Anson Huang
2020-02-17  7:18 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).