public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 2/4] arm: dts: imx93: add a per clock for LPUART1
  2023-07-25  8:08 [PATCH 0/4] clk: imx: add i.MX93 CCF driver Sébastien Szymanski
@ 2023-07-25  8:08 ` Sébastien Szymanski
  0 siblings, 0 replies; 2+ messages in thread
From: Sébastien Szymanski @ 2023-07-25  8:08 UTC (permalink / raw)
  To: u-boot
  Cc: Stefano Babic, Fabio Estevam, NXP i . MX U-Boot Team, Peng Fan,
	Lukasz Majewski, Sean Anderson, Ye Li, Alice Guo,
	Sébastien Szymanski

From: Alice Guo <alice.guo@nxp.com>

When CLK is enabled, get_lpuart_clk_rate() needs to get a per clock of
lpuart, so that add a per clock for lpuart1.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---

This commit comes from downstream U-Boot:
https://github.com/nxp-imx/uboot-imx/commit/6cc90f4e65d5803f5e15765602febee8166708eb

 arch/arm/dts/imx93.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/imx93.dtsi b/arch/arm/dts/imx93.dtsi
index 13cf32d4b277..90de635481f9 100644
--- a/arch/arm/dts/imx93.dtsi
+++ b/arch/arm/dts/imx93.dtsi
@@ -254,8 +254,8 @@
 				compatible = "fsl,imx93-lpuart", "fsl,imx7ulp-lpuart";
 				reg = <0x44380000 0x1000>;
 				interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
-				clocks = <&clk IMX93_CLK_LPUART1_GATE>;
-				clock-names = "ipg";
+				clocks = <&clk IMX93_CLK_LPUART1_GATE>, <&clk IMX93_CLK_LPUART1_GATE>;
+				clock-names = "ipg", "per";
 				status = "disabled";
 			};
 
-- 
2.41.0


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

* [PATCH 2/4] arm: dts: imx93: add a per clock for LPUART1
@ 2023-10-16 16:45 sbabic
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic @ 2023-10-16 16:45 UTC (permalink / raw)
  To: Sébastien Szymanski, u-boot

> From: Alice Guo <alice.guo@nxp.com>
> When CLK is enabled, get_lpuart_clk_rate() needs to get a per clock of
> lpuart, so that add a per clock for lpuart1.
> Signed-off-by: Alice Guo <alice.guo@nxp.com>
> Reviewed-by: Ye Li <ye.li@nxp.com>
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,        Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

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

end of thread, other threads:[~2023-10-16 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 16:45 [PATCH 2/4] arm: dts: imx93: add a per clock for LPUART1 sbabic
  -- strict thread matches above, loose matches on Subject: below --
2023-07-25  8:08 [PATCH 0/4] clk: imx: add i.MX93 CCF driver Sébastien Szymanski
2023-07-25  8:08 ` [PATCH 2/4] arm: dts: imx93: add a per clock for LPUART1 Sébastien Szymanski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox