]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: mach-k3: j784s4: Add clk and power support
authorApurva Nandan <a-nandan@ti.com>
Fri, 23 Feb 2024 20:21:44 +0000 (01:51 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 4 Mar 2024 18:41:03 +0000 (13:41 -0500)
commit952099944dd5285eeddc6e75f6070dce8335cd4d
tree3e17a297fc0a5be0c27808f9626de3ec76511377
parent4e3b94d7ba254322d75ea72da840be0a0af6a892
arm: mach-k3: j784s4: Add clk and power support

Add clk and device data which can be used by respective drivers
to configure clocks and PSC.

Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> # AM69-SK
arch/arm/mach-k3/r5/j784s4/Makefile [new file with mode: 0644]
arch/arm/mach-k3/r5/j784s4/clk-data.c [new file with mode: 0644]
arch/arm/mach-k3/r5/j784s4/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