[U-Boot] [PATCH v3 08/18] arm: mach-k3: j721e_init: Initialize avs class 0
Keerthy
j-keerthy at ti.com
Thu Oct 24 09:30:53 UTC 2019
Initialize avs class 0
Signed-off-by: Keerthy <j-keerthy at ti.com>
---
Changes in v3:
* No change
Changes in v2:
* No change
arch/arm/mach-k3/j721e_init.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/mach-k3/j721e_init.c b/arch/arm/mach-k3/j721e_init.c
index 5e3813252b..d0bf86abeb 100644
--- a/arch/arm/mach-k3/j721e_init.c
+++ b/arch/arm/mach-k3/j721e_init.c
@@ -118,6 +118,13 @@ void board_init_f(ulong dummy)
preloader_console_init();
#endif
+#if defined(CONFIG_CPU_V7R) && defined(CONFIG_K3_AVS0)
+ ret = uclass_get_device_by_driver(UCLASS_MISC, DM_GET_DRIVER(k3_avs),
+ &dev);
+ if (ret)
+ printf("AVS init failed: %d\n", ret);
+#endif
+
#if defined(CONFIG_K3_J721E_DDRSS)
ret = uclass_get_device(UCLASS_RAM, 0, &dev);
if (ret)
--
2.17.1
More information about the U-Boot
mailing list