xref: /kernel/linux/linux-5.10/arch/c6x/kernel/devicetree.c (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/c6x/kernel/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *  Architecture specific OF callbacks.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *  Copyright (C) 2011 Texas Instruments Incorporated
68c2ecf20Sopenharmony_ci *  Author: Mark Salter <msalter@redhat.com>
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci#include <linux/init.h>
98c2ecf20Sopenharmony_ci#include <linux/memblock.h>
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_civoid __init early_init_dt_add_memory_arch(u64 base, u64 size)
128c2ecf20Sopenharmony_ci{
138c2ecf20Sopenharmony_ci	c6x_add_memory(base, size);
148c2ecf20Sopenharmony_ci}
15

Indexes created Thu Nov 07 10:32:03 CST 2024