/* SPDX-License-Identifier: GPL-2.0+ */
|
/*
|
* Copyright (C) 2022 Rockchip Electronics Co., Ltd.
|
*/
|
|
#ifndef _ASM_ARCH_SDRAM_RK3528_H
|
#define _ASM_ARCH_SDRAM_RK3528_H
|
|
#include <asm/arch-rockchip/sdram.h>
|
#include <asm/arch-rockchip/sdram_common.h>
|
|
#endif /* _ASM_ARCH_SDRAM_RK3528_H */
|