summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-sunxi/dram.h
blob: c58971df75d1ebe1408c22449a1fcb537cbe974d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * (C) Copyright 2007-2012
 * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
 * Berg Xing <bergxing@allwinnertech.com>
 * Tom Cubie <tangliang@allwinnertech.com>
 *
 * Sunxi platform dram register definition.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _SUNXI_DRAM_H
#define _SUNXI_DRAM_H

#include <linux/types.h>

/* dram regs definition */
#include <asm/arch/dram_sun4i.h>

unsigned long sunxi_dram_init(void);

#endif /* _SUNXI_DRAM_H */
OpenPOWER on IntegriCloud