Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | 5544757 | 2016-01-17 16:11:14 -0700 | [diff] [blame] | 2 | /* |
3 | * Copyright (c) 2015 Google, Inc | ||||
4 | * Written by Simon Glass <sjg@chromium.org> | ||||
Simon Glass | 5544757 | 2016-01-17 16:11:14 -0700 | [diff] [blame] | 5 | */ |
6 | |||||
7 | #include <common.h> | ||||
8 | #include <dm.h> | ||||
9 | #include <dm/root.h> | ||||
10 | |||||
11 | UCLASS_DRIVER(northbridge) = { | ||||
12 | .id = UCLASS_NORTHBRIDGE, | ||||
13 | .name = "northbridge", | ||||
14 | }; |