Skip to content
Snippets Groups Projects
Commit 8d6e18df authored by Adam Sampson's avatar Adam Sampson Committed by Hans de Goede
Browse files

sunxi: Make CONFIG_DRAM_TPR3 apply to sun[57]i


The tpr3 (timing skew) parameter is used in all supported versions of
the sunxi DRAM controller, but it was only enabled for sun4i in
47e3501a.

Signed-off-by: default avatarAdam Sampson <ats@offog.org>
Acked-by: default avatarSiarhei Siamashka <siarhei.siamashka@gmail.com>
Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 44c8fd3a
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ static struct dram_para dram_para = {
# include "dram_timings_sun4i.h"
.active_windowing = 1,
#endif
.tpr3 = 0,
.tpr3 = CONFIG_DRAM_TPR3,
.tpr4 = 0,
.tpr5 = 0,
.emr1 = CONFIG_DRAM_EMR1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment