Skip to content

Commit 9b9d863

Browse files
joseph-lo-nvtwthierryreding
authored andcommitted
memory: tegra: Add EMC scaling sequence code for Tegra210
This patch includes the sequence for clock tuning and the dynamic training mechanism for the clock above 800MHz. And historically there have been different sequences to change the EMC clock. The sequence to be used is specified in the EMC table. However, for the currently supported upstreaming platform, only the most recent sequence is used. So only support that in this patch. Based on the work of Peter De Schrijver <[email protected]>. Signed-off-by: Joseph Lo <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 10de211 commit 9b9d863

File tree

4 files changed

+1875
-1
lines changed

4 files changed

+1875
-1
lines changed

drivers/memory/tegra/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ obj-$(CONFIG_TEGRA210_EMC) += tegra210-emc.o
1818
obj-$(CONFIG_ARCH_TEGRA_186_SOC) += tegra186.o tegra186-emc.o
1919
obj-$(CONFIG_ARCH_TEGRA_194_SOC) += tegra186.o tegra186-emc.o
2020

21-
tegra210-emc-y := tegra210-emc-core.o
21+
tegra210-emc-y := tegra210-emc-core.o tegra210-emc-cc-r21021.o

0 commit comments

Comments
 (0)