arm64: dts: imx8mn-beacon: Remove unnecessary clock configuration
authorAdam Ford <aford173@gmail.com>
Sun, 11 Feb 2024 23:18:02 +0000 (17:18 -0600)
committerShawn Guo <shawnguo@kernel.org>
Sun, 25 Feb 2024 03:23:04 +0000 (11:23 +0800)
Since commit 8208181fe536 ("clk: imx: composite-8m:
Add imx8m_divider_determine_rate") the lcdif controller has
had the ability to set the disp_pixel_clk rate which propagates
up the tree and sets the video_pll rate automatically.

As such, there is no need to define it in the board file.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts

index 35b8d20..bbd8089 100644 (file)
@@ -99,8 +99,6 @@
 };
 
 &lcdif {
-       assigned-clocks = <&clk IMX8MN_VIDEO_PLL1>;
-       assigned-clock-rates = <594000000>;
        status = "okay";
 };