All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amjad Ouled-Ameur <aouledameur@baylibre.com>
To: u-boot@lists.denx.de
Cc: Amjad Ouled-Ameur <aouledameur@baylibre.com>,
	Dario Binacchi <dariobin@libero.it>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Paul Barker <paul.barker@sancloud.com>,
	Simon Glass <sjg@chromium.org>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	khilman@baylibre.com
Subject: [PATCH] configs: am335x_evm: enable CONFIG_CLK_TI_CTRL
Date: Mon, 11 Oct 2021 14:27:38 +0200	[thread overview]
Message-ID: <20211011122738.8640-1-aouledameur@baylibre.com> (raw)

This enables the clock controller driver support on TI's SoCs. This will
fix this GPIO issue at boot time:
request_and_set_gpio: Unable to request GPIO_PR1_MII_CTRL
request_and_set_gpio: Unable to request GPIO_MUX_MII_CTRL
request_and_set_gpio: Unable to request GPIO_FET_SWITCH_CTRL
request_and_set_gpio: Unable to request GPIO_PHY_RESET

This issue comes from the fact that the clock controller is not probed.

Enable the TI's clock controller driver support to solve this.

Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>

---

 configs/am335x_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index 0f938e7de35c..4dc5d0fe347a 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -48,6 +48,7 @@ CONFIG_BOOTP_SEND_HOSTNAME=y
 CONFIG_BOOTCOUNT_LIMIT=y
 CONFIG_CLK=y
 CONFIG_CLK_CDCE9XX=y
+CONFIG_CLK_TI_CTRL=y
 CONFIG_DFU_TFTP=y
 CONFIG_DFU_MMC=y
 CONFIG_DFU_NAND=y
-- 
2.25.1


             reply	other threads:[~2021-10-11 12:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-11 12:27 Amjad Ouled-Ameur [this message]
2021-10-20  0:46 ` [PATCH] configs: am335x_evm: enable CONFIG_CLK_TI_CTRL Tom Rini

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=20211011122738.8640-1-aouledameur@baylibre.com \
    --to=aouledameur@baylibre.com \
    --cc=dariobin@libero.it \
    --cc=khilman@baylibre.com \
    --cc=lokeshvutla@ti.com \
    --cc=paul.barker@sancloud.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    /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.