blob: a6d66d102bae54deb984be4119dbc0150e93c533 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Heiko Stübner37c7cab2017-02-18 19:46:37 +01002/*
3 * (C) Copyright 2015 Google, Inc
Heiko Stübner37c7cab2017-02-18 19:46:37 +01004 */
5
6#ifndef _ASM_ARCH_DDR_RK3188_H
7#define _ASM_ARCH_DDR_RK3188_H
8
9#include <asm/arch/ddr_rk3288.h>
10
11/*
12 * RK3188 Memory scheduler register map.
13 */
14struct rk3188_msch {
15 u32 coreid;
16 u32 revisionid;
17 u32 ddrconf;
18 u32 ddrtiming;
19 u32 ddrmode;
20 u32 readlatency;
21};
22check_member(rk3188_msch, readlatency, 0x0014);
23
24#endif