Re: [PATCH v1 2/3] memory: tegra: Introduce Tegra30 EMC driver

From: Dmitry Osipenko
Date: Fri Apr 12 2019 - 10:01:34 EST


12.04.2019 2:02, Dmitry Osipenko ÐÐÑÐÑ:
> Introduce driver for the External Memory Controller (EMC) found on Tegra30
> chips, it controls the external DRAM on the board. The purpose of this
> driver is to program memory timing for external memory on the EMC clock
> rate change.
>
> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>

I realized that the MC_SAME_FREQ timing configuration need be properly handled for T30 and that is missed in this version. Will fix it up in v2. Although, seems it's not critical since things appear to work properly and probably only arbitration is not optimally configured because of the MC/EMC setup mismatch.