]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: tegra21: emc: Issue SW qrst
authorAlex Waterman <alexw@nvidia.com>
Tue, 11 Nov 2014 00:37:20 +0000 (16:37 -0800)
committerMitch Luban <mluban@nvidia.com>
Thu, 18 Dec 2014 00:06:11 +0000 (16:06 -0800)
Enable opt_do_sw_reset in order to force the driver to issue a qrst in SW.

Change-Id: I4870746c51d7a6b8382b18fd31fcfac65b614149
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: http://git-master/r/660443
(cherry picked from commit c483886a4599fa63fd3e4f4c57e0fd65924b8440)
Reviewed-on: http://git-master/r/663387
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Mitch Luban <mluban@nvidia.com>
drivers/platform/tegra/mc/tegra21_emc.c

index be20a66869ca54608bd9d06bdf40dde40c690f70..e0e0ab8533745692e5d8d1046d4239f8ad68aa26 100644 (file)
@@ -1608,7 +1608,7 @@ noinline void emc_set_clock(const struct tegra21_emc_table *next_timing,
        u32 mr13_flip_fspop;
 
        u32 opt_zcal_en_cc;
-       u32 opt_do_sw_qrst = 0;
+       u32 opt_do_sw_qrst = 1;
        u32 opt_dvfs_mode;
        u32 opt_dll_mode;
        u32 opt_cc_short_zcal = 1;