Source
1
+
// SPDX-License-Identifier: GPL-2.0+
1
2
/*
2
3
* Copyright (C) 2015 Google, Inc
3
4
* Written by Simon Glass <sjg@chromium.org>
4
-
*
5
-
* SPDX-License-Identifier: GPL-2.0+
6
5
*/
7
6
​
8
7
#include <common.h>
9
8
#include <sysreset.h>
10
9
#include <dm.h>
11
10
#include <errno.h>
12
11
#include <regmap.h>
13
12
#include <dm/device-internal.h>
14
13
#include <dm/lists.h>
15
14
#include <dm/root.h>