Skip to content

Commit e513b7e

Browse files
maidnlMaxPayne86
authored andcommitted
Fixing U-Boot & Kernel dts imx8mp-astrial: aligned clock properties in u-boot dt with kernel dt
to avoid error "clk: failed to reparent uart1 to sys_pll1_80m: -16"
1 parent 132c4d5 commit e513b7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta-arduino-bsp/recipes-bsp/u-boot/u-boot-imx/imx8mp-astrial/imx8mp-astrial.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@
356356
pinctrl-0 = <&pinctrl_uart1>;
357357
/delete-property/ dmas;
358358
/delete-property/ dmas-names;
359+
assigned-clocks = <&clk IMX8MP_CLK_UART1>;
360+
assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_80M>;
359361
status = "okay";
360362
};
361363

0 commit comments

Comments
 (0)