[PATCH 1/1] sunxi: support half DQ width memory on R40

2022-07-31 Thread Evgeny Boger
, 2048 MiB total RAM Signed-off-by: Evgeny Boger --- .../include/asm/arch-sunxi/dram_sunxi_dw.h| 1 + arch/arm/mach-sunxi/dram_sunxi_dw.c | 115 -- 2 files changed, 79 insertions(+), 37 deletions(-) diff --git a/arch/arm/include/asm/arch-sunxi/dram_sunxi_dw.h b

[PATCH 0/1] sunxi: support half DQ width memory on R40

2022-07-31 Thread Evgeny Boger
DDR3, 512 MiB total RAM * 2x 16-bit 4Gbit DDR3, 1024 MiB total RAM * 2x 16-bit 8Gbit DDR3, 2048 MiB total RAM Unfortunately it has NOT been tested with dual-rank configuration yet, as I don't have any dual-rank boards at hand. I will really appreciate if someone could help me with that. Evgeny Boger