video: omap: drop domain clock enabling by SOC api
authorDario Binacchi <dariobin@libero.it>
Tue, 29 Dec 2020 23:16:28 +0000 (00:16 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 12 Jan 2021 05:28:29 +0000 (10:58 +0530)
Enabling the domain clock is performed by the sysc interconnect target
module driver during the video device probing.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
arch/arm/mach-omap2/am33xx/clock_am33xx.c

index 2427933..cf71192 100644 (file)
@@ -226,7 +226,7 @@ void enable_basic_clocks(void)
                &cmper->usb0clkctrl,
                &cmper->emiffwclkctrl,
                &cmper->emifclkctrl,
-#if CONFIG_IS_ENABLED(AM335X_LCD)
+#if CONFIG_IS_ENABLED(AM335X_LCD) && !CONFIG_IS_ENABLED(DM_VIDEO)
                &cmper->lcdclkctrl,
                &cmper->lcdcclkstctrl,
 #endif