blob: 5138348827831f370cd23c45aaa388ec6fc9c760 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glassa4481012017-06-12 06:21:29 -06002/*
3 * Copyright (c) 2017 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glassa4481012017-06-12 06:21:29 -06005 */
6
7#include <common.h>
8#include <dm.h>
9#include <dm/of_addr.h>
10#include <dm/read.h>
11#include <linux/ioport.h>
12
Simon Glassdcf98852017-07-25 08:29:55 -060013/* This file can hold non-inlined dev_read_...() functions */