summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAlice Guo <alice.guo@nxp.com>2022-05-20 16:50:56 +0800
committerYe Li <ye.li@nxp.com>2022-07-06 22:37:26 +0800
commit9698ffa18161938fca38ba7585e072a2978d0bf6 (patch)
tree81f109387011cf7cc4dfa3f7f1b5a44c845374bb /arch
parentebb63d2455c8d9e045daecc0acb953d2b750932e (diff)
MLK-25904-1 arm: dts: imx93: add a per clock for LPUART1
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx93-11x11-evk.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/imx93-11x11-evk.dts b/arch/arm/dts/imx93-11x11-evk.dts
index 5bdc62a67a..cb467d6dbe 100644
--- a/arch/arm/dts/imx93-11x11-evk.dts
+++ b/arch/arm/dts/imx93-11x11-evk.dts
@@ -251,6 +251,8 @@
&lpuart1 { /* console */
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;
+ clocks = <&clk IMX93_CLK_LPUART1_GATE>, <&clk IMX93_CLK_LPUART1_GATE>;
+ clock-names = "ipg", "per";
status = "okay";
};