All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v6.1 15/20] arm: sunxi: Enable CLK, RESET
@ 2019-01-11 11:18 Jagan Teki
  2019-01-18 16:53 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: Jagan Teki @ 2019-01-11 11:18 UTC (permalink / raw)
  To: u-boot

CLK and DM_RESET drivers are now available for all of
the Allwinner platforms, so enable them in arch/arm/Kconfig

Enabling CLK will select DM_RESET by default.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v6.1:
- Enable CLK at one place since all Allwinner SoC's supported

 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d6b1629a00..a23cbd5719 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -846,6 +846,7 @@ config ARCH_SUNXI
 	select CMD_GPIO
 	select CMD_MMC if MMC
 	select CMD_USB if DISTRO_DEFAULTS
+	select CLK
 	select DM
 	select DM_ETH
 	select DM_GPIO
-- 
2.18.0.321.gffc6fa0e3

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

* [U-Boot] [PATCH v6.1 15/20] arm: sunxi: Enable CLK, RESET
  2019-01-11 11:18 [U-Boot] [PATCH v6.1 15/20] arm: sunxi: Enable CLK, RESET Jagan Teki
@ 2019-01-18 16:53 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2019-01-18 16:53 UTC (permalink / raw)
  To: u-boot

On Fri, Jan 11, 2019 at 4:48 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> CLK and DM_RESET drivers are now available for all of
> the Allwinner platforms, so enable them in arch/arm/Kconfig
>
> Enabling CLK will select DM_RESET by default.
>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---

Applied to u-boot-sunxi/master

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

end of thread, other threads:[~2019-01-18 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-11 11:18 [U-Boot] [PATCH v6.1 15/20] arm: sunxi: Enable CLK, RESET Jagan Teki
2019-01-18 16:53 ` Jagan Teki

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.