2017-06-12 12:21:29 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 Google, Inc
|
|
|
|
* Written by Simon Glass <sjg@chromium.org>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <common.h>
|
|
|
|
#include <dm.h>
|
|
|
|
#include <dm/of_addr.h>
|
|
|
|
#include <dm/read.h>
|
|
|
|
#include <linux/ioport.h>
|
|
|
|
|
2017-07-25 14:29:55 +00:00
|
|
|
/* This file can hold non-inlined dev_read_...() functions */
|