From d1ffa500cceb084ffc54f82ecbc58b4e8edf1bcc Mon Sep 17 00:00:00 2001 From: Denys Drozdov Date: Fri, 14 Jan 2022 22:50:50 +0200 Subject: overlays: colibri-imx7: remove clocks from overlays To support RGB DAC on NAND modules without overlay support, clocks are migrated directly to the kernel device tree. Drop duplicated clock settings from overlays Signed-off-by: Denys Drozdov --- overlays/colibri-imx7_lcd-lt170410_overlay.dts | 6 ------ overlays/colibri-imx7_lcd-vga_overlay.dts | 5 ----- 2 files changed, 11 deletions(-) diff --git a/overlays/colibri-imx7_lcd-lt170410_overlay.dts b/overlays/colibri-imx7_lcd-lt170410_overlay.dts index 7de524c..f4f5ee5 100644 --- a/overlays/colibri-imx7_lcd-lt170410_overlay.dts +++ b/overlays/colibri-imx7_lcd-lt170410_overlay.dts @@ -6,7 +6,6 @@ // Enable the LCDIF aka parallel RGB interface and the LVDS tranceiver on Iris v2.0, // tuning settings for the capacitive touch display 10 inch LVDS on the Colibri iMX7. -#include #include /dts-v1/; @@ -78,11 +77,6 @@ }; &lcdif { - assigned-clocks = <&clks IMX7D_PLL_VIDEO_MAIN>, - <&clks IMX7D_LCDIF_PIXEL_ROOT_SRC>; - assigned-clock-parents = <&clks IMX7D_PLL_VIDEO_MAIN_SRC>, - <&clks IMX7D_PLL_VIDEO_POST_DIV>; - assigned-clock-rates = <853176000>, <213294000>; status = "okay"; }; diff --git a/overlays/colibri-imx7_lcd-vga_overlay.dts b/overlays/colibri-imx7_lcd-vga_overlay.dts index 25d2028..3d12adb 100644 --- a/overlays/colibri-imx7_lcd-vga_overlay.dts +++ b/overlays/colibri-imx7_lcd-vga_overlay.dts @@ -26,11 +26,6 @@ }; &lcdif { - assigned-clocks = <&clks IMX7D_PLL_VIDEO_MAIN>, - <&clks IMX7D_LCDIF_PIXEL_ROOT_SRC>; - assigned-clock-parents = <&clks IMX7D_PLL_VIDEO_MAIN_SRC>, - <&clks IMX7D_PLL_VIDEO_POST_DIV>; - assigned-clock-rates = <853176000>, <213294000>; status = "okay"; }; -- cgit v1.2.3