Skip to content
Snippets Groups Projects
Commit f15b98d2 authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[C12] fix 'failed to reparent uart2'

parent 613ca709
No related branches found
No related tags found
No related merge requests found
...@@ -969,11 +969,9 @@ ...@@ -969,11 +969,9 @@
}; };
&uart2 { /* console */ &uart2 { /* console */
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart2>; pinctrl-0 = <&pinctrl_uart2>;
assigned-clocks = <&clk IMX8MQ_CLK_UART2>; status = "okay";
assigned-clock-parents = <&clk IMX8MQ_SYS1_PLL_80M>;
status = "okay";
}; };
&uart3 { &uart3 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment