* [U-Boot] [PATCH] clk: at91: Kconfig: fix the dependency of AT91_UTMI
@ 2017-11-17 6:46 Wenyou Yang
2017-11-30 15:35 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Wenyou Yang @ 2017-11-17 6:46 UTC (permalink / raw)
To: u-boot
What the AT91_UTMI depends on SPL_DM isn't right. AT91_UTMI is not
only used in SPL, also in other place, even if SPL_DM isn't enabled.
Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
---
drivers/clk/at91/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/clk/at91/Kconfig b/drivers/clk/at91/Kconfig
index c6c57618c1..fd56f200b9 100644
--- a/drivers/clk/at91/Kconfig
+++ b/drivers/clk/at91/Kconfig
@@ -14,11 +14,11 @@ config CLK_AT91
config AT91_UTMI
bool "Support UTMI PLL Clock"
- depends on CLK_AT91 && SPL_DM
+ depends on CLK_AT91
select REGMAP
- select SPL_REGMAP
+ select SPL_REGMAP if SPL_DM
select SYSCON
- select SPL_SYSCON
+ select SPL_SYSCON if SPL_DM
help
This option is used to enable the AT91 UTMI PLL clock
driver. It is the clock provider of USB, and UPLLCK is the
--
2.13.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] clk: at91: Kconfig: fix the dependency of AT91_UTMI
2017-11-17 6:46 [U-Boot] [PATCH] clk: at91: Kconfig: fix the dependency of AT91_UTMI Wenyou Yang
@ 2017-11-30 15:35 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-11-30 15:35 UTC (permalink / raw)
To: u-boot
On Fri, Nov 17, 2017 at 02:46:43PM +0800, Wenyou Yang wrote:
> What the AT91_UTMI depends on SPL_DM isn't right. AT91_UTMI is not
> only used in SPL, also in other place, even if SPL_DM isn't enabled.
>
> Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171130/f6ca2068/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-30 15:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-17 6:46 [U-Boot] [PATCH] clk: at91: Kconfig: fix the dependency of AT91_UTMI Wenyou Yang
2017-11-30 15:35 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox