blob: 6d496a970be47e31fb22a6246710b9ec2874c90e [file] [log] [blame]
Marek Vasut4d573d52022-05-21 16:56:26 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2022 Marek Vasut <marex@denx.de>
4 */
5
6#ifndef __LPDDR4_TIMING_H__
7#define __LPDDR4_TIMING_H__
8
9extern struct dram_timing_info dh_imx8mp_dhcom_dram_timing_32g_x32;
10
11u8 dh_get_memcfg(void);
12
13#endif /* __LPDDR4_TIMING_H__ */