diff options
author | Adam Ford <aford173@gmail.com> | 2024-02-12 02:18:02 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-02-25 06:23:04 +0300 |
commit | db5b701ac5330944b3f56b05817000563a025eb4 (patch) | |
tree | 2c646b6b629c80c94f4bcb32e6526e506389cc75 /arch/arm64 | |
parent | 6fb464ff9a5f7581c3593796b08c28891276d0ad (diff) | |
download | linux-db5b701ac5330944b3f56b05817000563a025eb4.tar.xz |
arm64: dts: imx8mn-beacon: Remove unnecessary clock configuration
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>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts b/arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts index 35b8d2060cd9..bbd80896db96 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts +++ b/arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts @@ -99,8 +99,6 @@ }; &lcdif { - assigned-clocks = <&clk IMX8MN_VIDEO_PLL1>; - assigned-clock-rates = <594000000>; status = "okay"; }; |