]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mach-k3: Add platform data for j721e and j7200
authorDave Gerlach <d-gerlach@ti.com>
Fri, 11 Jun 2021 08:45:18 +0000 (11:45 +0300)
committerLokesh Vutla <lokeshvutla@ti.com>
Fri, 11 Jun 2021 11:04:52 +0000 (16:34 +0530)
commit912547a6c63676df46e2bc14ae49567cb819e4b5
tree4b2128a12b4b2072bfb4d804b87650d3f1316f6d
parentc3805ceee22d15c9ef7669250787678eaf859965
arm: mach-k3: Add platform data for j721e and j7200

Add platform clock and powerdomain data for J721e and J7200. This data
is used by the corresponding drivers to register all the required device
clocks and powerdomains.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tero Kristo <kristo@kernel.org>
arch/arm/mach-k3/Makefile
arch/arm/mach-k3/j7200/Makefile [new file with mode: 0644]
arch/arm/mach-k3/j7200/clk-data.c [new file with mode: 0644]
arch/arm/mach-k3/j7200/dev-data.c [new file with mode: 0644]
arch/arm/mach-k3/j721e/Makefile [new file with mode: 0644]
arch/arm/mach-k3/j721e/clk-data.c [new file with mode: 0644]
arch/arm/mach-k3/j721e/dev-data.c [new file with mode: 0644]