blob: 505d7a943d2e1e75aa9e6609d8df229abc1b72ee [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glassa274e9c2015-03-26 09:29:28 -06002/*
3 * Copyright (c) 2015 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glassa274e9c2015-03-26 09:29:28 -06005 */
6
7#include <common.h>
8#include <dm.h>
Simon Glassa274e9c2015-03-26 09:29:28 -06009
Simon Glassa274e9c2015-03-26 09:29:28 -060010UCLASS_DRIVER(lpc) = {
11 .id = UCLASS_LPC,
12 .name = "lpc",
Simon Glass91195482016-07-05 17:10:10 -060013 .post_bind = dm_scan_fdt_dev,
Simon Glassa274e9c2015-03-26 09:29:28 -060014};