diff options
| author | Dave Gerlach <d-gerlach@ti.com> | 2021-06-11 11:45:18 +0300 |
|---|---|---|
| committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-06-11 14:04:52 +0300 |
| commit | 277729eaf373dd83287ff3e145735261b0fc9c93 (patch) | |
| tree | 4b2128a12b4b2072bfb4d804b87650d3f1316f6d /arch/arm/mach-k3/j7200/Makefile | |
| parent | df5363a67f357106e559a64c09f6535ddac12ec1 (diff) | |
| download | u-boot-277729eaf373dd83287ff3e145735261b0fc9c93.tar.xz | |
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>
Diffstat (limited to 'arch/arm/mach-k3/j7200/Makefile')
| -rw-r--r-- | arch/arm/mach-k3/j7200/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/j7200/Makefile b/arch/arm/mach-k3/j7200/Makefile new file mode 100644 index 0000000000..ff9abd78ea --- /dev/null +++ b/arch/arm/mach-k3/j7200/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ +obj-y += clk-data.o +obj-y += dev-data.o |
