Re: [PATCH V1 01/11] mmc: tegra: fix ddr signaling for non-ddr modes

2019-03-08 Thread Adrian Hunter
On 2/03/19 7:20 AM, Sowjanya Komatineni wrote: > ddr_signaling is set to true for DDR50 and DDR52 modes but is > not set back to false for other modes. This programs incorrect > host clock when mode change happens from DDR52/DDR50 to other > SDR or HS modes like incase of mmc_retune where it switch

Re: [PATCH V1 01/11] mmc: tegra: fix ddr signaling for non-ddr modes

2019-03-07 Thread Jon Hunter
Hi Sowjanya, On 02/03/2019 05:20, Sowjanya Komatineni wrote: > ddr_signaling is set to true for DDR50 and DDR52 modes but is > not set back to false for other modes. This programs incorrect > host clock when mode change happens from DDR52/DDR50 to other > SDR or HS modes like incase of mmc_retune

[PATCH V1 01/11] mmc: tegra: fix ddr signaling for non-ddr modes

2019-03-01 Thread Sowjanya Komatineni
ddr_signaling is set to true for DDR50 and DDR52 modes but is not set back to false for other modes. This programs incorrect host clock when mode change happens from DDR52/DDR50 to other SDR or HS modes like incase of mmc_retune where it switches from HS400 to HS DDR and then from HS DDR to HS mode