u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] configs: am335x_evm: enable CONFIG_CLK_TI_CTRL
@ 2021-10-11 12:27 Amjad Ouled-Ameur
  2021-10-20  0:46 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Amjad Ouled-Ameur @ 2021-10-11 12:27 UTC (permalink / raw)
  To: u-boot
  Cc: Amjad Ouled-Ameur, Dario Binacchi, Lokesh Vutla, Paul Barker,
	Simon Glass, Vignesh Raghavendra, khilman

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configs: am335x_evm: enable CONFIG_CLK_TI_CTRL
  2021-10-11 12:27 [PATCH] configs: am335x_evm: enable CONFIG_CLK_TI_CTRL Amjad Ouled-Ameur
@ 2021-10-20  0:46 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-10-20  0:46 UTC (permalink / raw)
  To: Amjad Ouled-Ameur
  Cc: u-boot, Dario Binacchi, Lokesh Vutla, Paul Barker, Simon Glass,
	Vignesh Raghavendra, khilman

[-- Attachment #1: Type: text/plain, Size: 692 bytes --]

On Mon, Oct 11, 2021 at 02:27:38PM +0200, Amjad Ouled-Ameur wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-20  0:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 12:27 [PATCH] configs: am335x_evm: enable CONFIG_CLK_TI_CTRL Amjad Ouled-Ameur
2021-10-20  0:46 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).