blob: 37b0c216c2c9aea9b8b5cb1e317934631eb71bcd [file] [log] [blame]
Simon Glassa274e9c2015-03-26 09:29:28 -06001/*
2 * Copyright (c) 2015 Google, Inc
3 * Written by Simon Glass <sjg@chromium.org>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#include <common.h>
9#include <dm.h>
Simon Glassa274e9c2015-03-26 09:29:28 -060010
Simon Glassa274e9c2015-03-26 09:29:28 -060011UCLASS_DRIVER(lpc) = {
12 .id = UCLASS_LPC,
13 .name = "lpc",
Simon Glass91195482016-07-05 17:10:10 -060014 .post_bind = dm_scan_fdt_dev,
Simon Glassa274e9c2015-03-26 09:29:28 -060015};