rockchip: rk3399: dram: remove dram_init and dts_timing_receive function
we can reuse the dram config from loader, so we can remove dram_init()
and dts_timing_receive() funciton in dram.c, add the dram_set_odt_pd()
function to get the odt and auto power down parameter from kernel.

This also removes the dcf_code_init function to allow the system to
actually boot.

Signed-off-by: Lin Huang <hl@rock-chips.com>
Signed-off-by: Derek Basehore <dbasehore@chromium.org>
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
1 parent bcc2bf0 commit f91b969c1e6415c91cec9cf3b803c0d5380ccf09
@Derek Basehore Derek Basehore authored on 20 Oct 2016
Xing Zheng committed on 24 Feb 2017
Showing 6 changed files
View
plat/rockchip/rk3399/drivers/dram/dcf_code.inc
View
plat/rockchip/rk3399/drivers/dram/dfs.c
View
plat/rockchip/rk3399/drivers/dram/dfs.h
View
plat/rockchip/rk3399/drivers/dram/dram_spec_timing.c
View
plat/rockchip/rk3399/drivers/soc/soc.c
View
plat/rockchip/rk3399/plat_sip_calls.c