blob: 5a0153a46610e5789435fff0ab4f04461968abe8 [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
Simon Glass170e17c2017-06-12 06:21:29 -06007#include <dm.h>
8#include <dm/of_addr.h>
9#include <dm/read.h>
10#include <linux/ioport.h>
11
Simon Glassf7bfcc42017-07-25 08:29:55 -060012/* This file can hold non-inlined dev_read_...() functions */