Re: [PATCH 1/2] mv_ddr: ddr3: Use correct bitmask for read sample delay

2020-05-26 Thread Stefan Roese
On 27.05.20 03:31, Chris Packham wrote: From: Chris Packham In the Armada 385 functional spec (MV-S109094-00 Rev. C) the read sample delay fields are 5 bits wide. Use the correct bitmask of 0x1f when extracting the value. Signed-off-by: Chris Packham [upstream https://github.com/MarvellEmbed

[PATCH 1/2] mv_ddr: ddr3: Use correct bitmask for read sample delay

2020-05-26 Thread Chris Packham
From: Chris Packham In the Armada 385 functional spec (MV-S109094-00 Rev. C) the read sample delay fields are 5 bits wide. Use the correct bitmask of 0x1f when extracting the value. Signed-off-by: Chris Packham [upstream https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/pull/22] Sign