Signed-off-by: Chen-Yu Tsai <[email protected]> --- I want to get some input before i push this. Is the dram_zq parameter suppose to be filled? or just the lower 8 bits? It seems all the other sun4/5/7i boards only have the lower 8 bits set.
ChenYu --- sys_config/a13/hsg_h702.fex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys_config/a13/hsg_h702.fex b/sys_config/a13/hsg_h702.fex index 0748b6b..b691df4 100644 --- a/sys_config/a13/hsg_h702.fex +++ b/sys_config/a13/hsg_h702.fex @@ -59,11 +59,11 @@ dram_baseaddr = 0x40000000 dram_clk = 432 dram_type = 3 dram_rank_num = 1 -dram_chip_density = 2048 -dram_io_width = 8 +dram_chip_density = 4096 +dram_io_width = 16 dram_bus_width = 16 dram_cas = 9 -dram_zq = 0x7b +dram_zq = 0x56b9697b dram_odt_en = 0 dram_size = 512 dram_tpr0 = 0x42d899b7 -- 2.1.0 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
