All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dario Binacchi <dariobin@libero.it>
To: u-boot@lists.denx.de
Subject: [PATCH v7 24/28] video: omap: drop domain clock enabling by SOC api
Date: Thu, 24 Dec 2020 08:34:02 +0100	[thread overview]
Message-ID: <20201224073406.16764-25-dariobin@libero.it> (raw)
In-Reply-To: <20201224073406.16764-15-dariobin@libero.it>

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>

---

(no changes since v3)

Changes in v3:
- Remove clock domain enabling/disabling.
- Update the commit message.

 arch/arm/mach-omap2/am33xx/clock_am33xx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/am33xx/clock_am33xx.c b/arch/arm/mach-omap2/am33xx/clock_am33xx.c
index 2427933c8b..cf71192360 100644
--- a/arch/arm/mach-omap2/am33xx/clock_am33xx.c
+++ b/arch/arm/mach-omap2/am33xx/clock_am33xx.c
@@ -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
-- 
2.17.1

  parent reply	other threads:[~2020-12-24  7:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-24  7:33 [PATCH v7 14/28] clk: ti: omap4: add clock manager driver Dario Binacchi
2020-12-24  7:33 ` [PATCH v7 15/28] arm: dts: am335x: enable prcm_clocks auto binding Dario Binacchi
2020-12-24  7:33 ` [PATCH v7 16/28] clk: move clk-ti-sci driver to 'ti' directory Dario Binacchi
2020-12-24  7:33 ` [PATCH v7 17/28] fdt: translate address if #size-cells = <0> Dario Binacchi
2020-12-24  7:33 ` [PATCH v7 18/28] omap: timer: fix the rate setting Dario Binacchi
2020-12-24  7:33 ` [PATCH v7 19/28] arm: dts: am335x: enable scm_clocks auto binding Dario Binacchi
2020-12-24  7:33 ` [PATCH v7 20/28] pwm: ti: am33xx: add enhanced pwm driver Dario Binacchi
2020-12-24  7:33 ` [PATCH v7 21/28] bus: ti: am33xx: add pwm subsystem driver Dario Binacchi
2020-12-24  7:34 ` [PATCH v7 22/28] dm: core: add a function to decode display timings Dario Binacchi
2020-12-24  7:34 ` [PATCH v7 23/28] video: omap: add panel driver Dario Binacchi
2020-12-29  6:10   ` Lokesh Vutla
2020-12-24  7:34 ` Dario Binacchi [this message]
2020-12-24  7:34 ` [PATCH v7 25/28] video: omap: set LCD clock rate through DM API Dario Binacchi
2020-12-24  7:34 ` [PATCH v7 26/28] video: omap: split the legacy code from the DM code Dario Binacchi
2020-12-24  7:34 ` [PATCH v7 27/28] video: omap: move drivers to 'ti' directory Dario Binacchi
2020-12-24  7:34 ` [PATCH v7 28/28] board: ti: am335x-ice: get CDCE913 clock device Dario Binacchi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201224073406.16764-25-dariobin@libero.it \
    --to=dariobin@libero.it \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.