]> Git Repo - u-boot.git/commit
arm: mach-k3: am62px: introduce clock and device files for wkup spl
authorBryan Brattlof <[email protected]>
Tue, 12 Mar 2024 20:20:21 +0000 (15:20 -0500)
committerTom Rini <[email protected]>
Wed, 13 Mar 2024 14:10:04 +0000 (10:10 -0400)
commit1bcc7a4d7d2e53918e18452e0a34920eb385431e
tree5ef5335c8cbcb71293a9b525ca549f775b219d22
parentc59d3746d6812fbd5ec1349041e9ea787c8a89b3
arm: mach-k3: am62px: introduce clock and device files for wkup spl

Include the clock and lpsc tree files needed for the wkup spl to
initialize the proper PLLs and power domains to boot the SoC.

Reviewed-by: Neha Malcom Francis <[email protected]>
Signed-off-by: Bryan Brattlof <[email protected]>
arch/arm/mach-k3/r5/Makefile
arch/arm/mach-k3/r5/am62px/Makefile [new file with mode: 0644]
arch/arm/mach-k3/r5/am62px/clk-data.c [new file with mode: 0644]
arch/arm/mach-k3/r5/am62px/dev-data.c [new file with mode: 0644]
drivers/clk/ti/clk-k3.c
drivers/power/domain/ti-power-domain.c
include/k3-clk.h
include/k3-dev.h
This page took 0.03498 seconds and 4 git commands to generate.