summaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/j721e/j721e_fdt.c
blob: 73bca424da34586cfa35b32127817919af7a3ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright 2023 Toradex - https://www.toradex.com/
 */

#include <asm/arch/k3-common-fdt.h>
#include <fdt_support.h>

int ft_system_setup(void *blob, struct bd_info *bd)
{
	return fdt_fixup_msmc_ram_k3(blob);
}