Skip to content

Commit

Permalink
ARM: dts: pixi-cx: assign CLK_PLL5_VIDEO_DIV as parent clock for LDB
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fink <pfink@christ-es.de>
  • Loading branch information
pfink-christ committed Mar 4, 2020
1 parent ee2db8d commit 11d1645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx6qdl-pixi-cx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
&clks {
assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>,
<&clks IMX6QDL_CLK_LDB_DI1_SEL>;
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL5_VIDEO>,
<&clks IMX6QDL_CLK_PLL5_VIDEO>;
assigned-clock-parents = <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>,
<&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>;
};

&fec {
Expand Down

0 comments on commit 11d1645

Please sign in to comment.