]> git.dujemihanovic.xyz Git - u-boot.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)
commit277729eaf373dd83287ff3e145735261b0fc9c93
tree4b2128a12b4b2072bfb4d804b87650d3f1316f6d
parentdf5363a67f357106e559a64c09f6535ddac12ec1
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]