Commit 5b28b39d authored by Adam Ford's avatar Adam Ford Committed by Shawn Guo

arm64: dts: imx8mm: Remove video_pll1 clock rate from clk node

There are two clock-rate assignments for video_pll1, and the
only one it should really have belongs inside the lcdif node,
since it's the only consumer of this clock.  Remove it from
the clk node.
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Reviewed-by: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
Tested-by: Frieder Schrempf <frieder.schrempf@kontron.de> # Kontron BL i.MX8MM
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b918ab26
...@@ -649,7 +649,6 @@ clk: clock-controller@30380000 { ...@@ -649,7 +649,6 @@ clk: clock-controller@30380000 {
<&clk IMX8MM_CLK_AUDIO_AHB>, <&clk IMX8MM_CLK_AUDIO_AHB>,
<&clk IMX8MM_CLK_IPG_AUDIO_ROOT>, <&clk IMX8MM_CLK_IPG_AUDIO_ROOT>,
<&clk IMX8MM_SYS_PLL3>, <&clk IMX8MM_SYS_PLL3>,
<&clk IMX8MM_VIDEO_PLL1>,
<&clk IMX8MM_AUDIO_PLL1>; <&clk IMX8MM_AUDIO_PLL1>;
assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_800M>, assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_800M>,
<&clk IMX8MM_ARM_PLL_OUT>, <&clk IMX8MM_ARM_PLL_OUT>,
...@@ -659,7 +658,6 @@ clk: clock-controller@30380000 { ...@@ -659,7 +658,6 @@ clk: clock-controller@30380000 {
<400000000>, <400000000>,
<400000000>, <400000000>,
<750000000>, <750000000>,
<594000000>,
<393216000>; <393216000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment