blob: 5138348827831f370cd23c45aaa388ec6fc9c760 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass170e17c2017-06-12 06:21:29 -06002/*
3 * Copyright (c) 2017 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glass170e17c2017-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 Glassf7bfcc42017-07-25 08:29:55 -060013/* This file can hold non-inlined dev_read_...() functions */