root/arch/mips/mti-malta/malta-dt.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. device_tree_init

   1 // SPDX-License-Identifier: GPL-2.0-or-later
   2 /*
   3  * Copyright (C) 2015 Imagination Technologies
   4  * Author: Paul Burton <paul.burton@mips.com>
   5  */
   6 
   7 #include <linux/clk-provider.h>
   8 #include <linux/init.h>
   9 #include <linux/of_fdt.h>
  10 #include <linux/of_platform.h>
  11 
  12 void __init device_tree_init(void)
  13 {
  14         unflatten_and_copy_device_tree();
  15 }

/* [<][>][^][v][top][bottom][index][help] */