Apurva Nandan | 67ebc30 | 2024-02-24 01:51:41 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 2 | /* |
| 3 | * J784S4: SoC specific initialization |
| 4 | * |
| 5 | * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ |
| 6 | * Apurva Nandan <a-nandan@ti.com> |
| 7 | */ |
| 8 | |
Apurva Nandan | 67ebc30 | 2024-02-24 01:51:41 +0530 | [diff] [blame] | 9 | #include <fdt_support.h> |
| 10 | |
Andrew Davis | 336b079 | 2024-05-10 15:21:24 -0500 | [diff] [blame] | 11 | #include "../common_fdt.h" |
| 12 | |
Apurva Nandan | 67ebc30 | 2024-02-24 01:51:41 +0530 | [diff] [blame] | 13 | int ft_system_setup(void *blob, struct bd_info *bd) |
| 14 | { |
| 15 | return fdt_fixup_msmc_ram_k3(blob); |
| 16 | } |