]> git.baikalelectronics.ru Git - uboot.git/commit
configs: am335x_evm: enable CONFIG_CLK_TI_CTRL
authorAmjad Ouled-Ameur <aouledameur@baylibre.com>
Mon, 11 Oct 2021 12:27:38 +0000 (14:27 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 19 Oct 2021 15:25:24 +0000 (11:25 -0400)
commitcb1896718e93b9e156e3cbfdb3884a575cd31021
treef6b458f4410abcaabb9571ebc83bef723ad121a1
parent8ff1ba945b1ee6298d75a91b01e5d5f35882469e
configs: am335x_evm: enable CONFIG_CLK_TI_CTRL

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