[PATCH 2/4] arm: octeontx: Select CLK
Stefan Roese
sr at denx.de
Fri Oct 16 15:39:30 CEST 2020
On 23.09.20 11:01, Stefan Roese wrote:
> Clock support is needed for all Octeon TX/TX2 boards. This patch selects
> CONFIG_CLK so that it is available.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
> Cc: Aaron Williams <awilliams at marvell.com>
> Cc: Suneel Garapati <sgarapati at marvell.com>
> Cc: Chandrakala Chavva <cchavva at marvell.com>
Applied to u-boot-marvell/master
Thanks,
Stefan
> ---
> arch/arm/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 80702c23d3..c8362b8a56 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1739,6 +1739,7 @@ config ARCH_ROCKCHIP
>
> config ARCH_OCTEONTX
> bool "Support OcteonTX SoCs"
> + select CLK
> select DM
> select ARM64
> select OF_CONTROL
> @@ -1748,6 +1749,7 @@ config ARCH_OCTEONTX
>
> config ARCH_OCTEONTX2
> bool "Support OcteonTX2 SoCs"
> + select CLK
> select DM
> select ARM64
> select OF_CONTROL
>
Viele Grüße,
Stefan
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de
More information about the U-Boot
mailing list