summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Drozdov <denys.drozdov@toradex.com>2021-07-02 15:42:44 +0300
committerDenys Drozdov <denys.drozdov@toradex.com>2021-07-02 15:42:44 +0300
commit90d5687035aa8f7894da431c959c920f5cb9ae1f (patch)
tree178f662a60ec1d216cc5b65d12a7a7e09baa35d5
parentdd679ceb7c0e54e7e5bac3501381dacffb0ac385 (diff)
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 <denys.drozdov@toradex.com>
-rw-r--r--overlays/colibri-imx7_lcd-vga_overlay.dts6
1 files changed, 6 insertions, 0 deletions
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 <dt-bindings/clock/imx7d-clock.h>
/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";
};