Re: [PATCH 2/2] sunxi: Fix H616 DRAM read calibration for dual rank

2022-01-30 Thread Andre Przywara
On Sat, 29 Jan 2022 16:58:43 +0100 Jernej Skrabec wrote: > Although it isn't known what bit 0 in PHY reg 8 does, it's obvious that > it has to be set before read calibration and cleared afterwards. This is > already done for first rank, but not for second (copy & paste error.) Indeed looks like

[PATCH 2/2] sunxi: Fix H616 DRAM read calibration for dual rank

2022-01-29 Thread Jernej Skrabec
Although it isn't known what bit 0 in PHY reg 8 does, it's obvious that it has to be set before read calibration and cleared afterwards. This is already done for first rank, but not for second (copy & paste error.) Fix it. Fixes: f4317dbd06b6 ("sunxi: Add H616 DRAM support") Signed-off-by: Jernej