From 90d5687035aa8f7894da431c959c920f5cb9ae1f Mon Sep 17 00:00:00 2001 From: Denys Drozdov Date: Fri, 2 Jul 2021 15:42:44 +0300 Subject: overlays: colibri-imx7: fix vga mode overlay Explicitly specify parent clock to support clock source for the VGA mode overlay Related-to: ELB-4030 Signed-off-by: Denys Drozdov --- overlays/colibri-imx7_lcd-vga_overlay.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overlays/colibri-imx7_lcd-vga_overlay.dts b/overlays/colibri-imx7_lcd-vga_overlay.dts index 9308ecc..25d2028 100644 --- a/overlays/colibri-imx7_lcd-vga_overlay.dts +++ b/overlays/colibri-imx7_lcd-vga_overlay.dts @@ -4,6 +4,7 @@ */ // Enable the parallel RGB interface with settings for VGA Displays on the Colibri iMX7 +#include /dts-v1/; /plugin/; @@ -25,6 +26,11 @@ }; &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