summaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/common_fdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-k3/common_fdt.h')
-rw-r--r--arch/arm/mach-k3/common_fdt.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/common_fdt.h b/arch/arm/mach-k3/common_fdt.h
new file mode 100644
index 0000000000..4d23ae638c
--- /dev/null
+++ b/arch/arm/mach-k3/common_fdt.h
@@ -0,0 +1,12 @@
+/* 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);
+
+#endif /* _COMMON_FDT_H */