aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/common_fdt.h
blob: 52c0795748389be46d6ba23aaab7065a930ba248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright 2023 Toradex - https://www.toradex.com/
 */

#ifndef _COMMON_FDT_H
#define _COMMON_FDT_H

int fdt_fixup_msmc_ram_k3(void *blob);
int fdt_del_node_path(void *blob, const char *path);
int fdt_fixup_reserved(void *blob, const char *name,
		       unsigned int new_address, unsigned int new_size);

#endif /* _COMMON_FDT_H */