rockchip: sdram: move cap structure and debug function to sdram_common.h
authorKever Yang <kever.yang@rock-chips.com>
Fri, 15 Nov 2019 03:04:34 +0000 (11:04 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 17 Nov 2019 08:23:56 +0000 (16:23 +0800)
commitd5d40f45ded050f9d641d71fb29a5afe90f42700
treeef68c44bc89f3e0cf51c60704e98ade0f835e38b
parent5d19ddf0dbee50f6bf92536c45ebd66173683c51
rockchip: sdram: move cap structure and debug function to sdram_common.h

The sdram.h suppose to be helper file for sdram.c which including dram
size decode and some u-boot related dram init interface, and all
structure and function for dram driver move to sdram_common.h

Signed-off-by: YouMin Chen <cym@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/include/asm/arch-rockchip/sdram.h
arch/arm/include/asm/arch-rockchip/sdram_common.h [new file with mode: 0644]
arch/arm/include/asm/arch-rockchip/sdram_rk3328.h
arch/arm/include/asm/arch-rockchip/sdram_rk3399.h