blob: d05ed8b99110f79e0bcab97617353943c24556b8 [file] [log] [blame]
Apurva Nandan67ebc302024-02-24 01:51:41 +05301// 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
12int ft_system_setup(void *blob, struct bd_info *bd)
13{
14 return fdt_fixup_msmc_ram_k3(blob);
15}