[PATCH 2/4] arm: dts: imx93: add a per clock for LPUART1

Sébastien Szymanski sebastien.szymanski at armadeus.com
Tue Jul 25 10:08:54 CEST 2023


From: Alice Guo <alice.guo at 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 at nxp.com>
Reviewed-by: Ye Li <ye.li at nxp.com>
Signed-off-by: Sébastien Szymanski <sebastien.szymanski at 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



More information about the U-Boot mailing list