blob: 1d1780535a2aee9e6fc558c36bf890ec7f87dcbf [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass29ce97e2016-01-17 16:11:14 -07002/*
3 * Copyright (c) 2015 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glass29ce97e2016-01-17 16:11:14 -07005 */
6
Simon Glass29ce97e2016-01-17 16:11:14 -07007#include <dm.h>
8#include <dm/root.h>
9
10UCLASS_DRIVER(northbridge) = {
11 .id = UCLASS_NORTHBRIDGE,
12 .name = "northbridge",
13};