Source
1
+
// SPDX-License-Identifier: GPL-2.0+
1
2
/*
2
3
* Copyright (C) 2017 NXP Semiconductors
3
4
* Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com>
4
-
*
5
-
* SPDX-License-Identifier: GPL-2.0+
6
5
*/
7
6
8
7
#include <common.h>
9
8
#include <errno.h>
10
9
#include <dm.h>
11
10
#include <dm/device.h>
12
11
#include "nvme.h"
13
12
14
13
static int nvme_uclass_post_probe(struct udevice *udev)
15
14
{