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 | |||||
9 | #include "common_fdt.h" | ||||
10 | #include <fdt_support.h> | ||||
11 | |||||
12 | int ft_system_setup(void *blob, struct bd_info *bd) | ||||
13 | { | ||||
14 | return fdt_fixup_msmc_ram_k3(blob); | ||||
15 | } |