summaryrefslogtreecommitdiff
path: root/drivers/clk/tegra/clk-id.h
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2020-10-26 01:42:12 +0300
committerStephen Boyd <sboyd@kernel.org>2020-12-10 23:51:59 +0300
commit5bf5861d6ea6c3f4b38fc8fda2062b2dc44ac63d (patch)
tree68dbcd9c790ec8f265d7a2b1d03db574972dcd30 /drivers/clk/tegra/clk-id.h
parent55cd03e8095d46c5cc4b72e71af7ea3e34eb3c2f (diff)
downloadlinux-5bf5861d6ea6c3f4b38fc8fda2062b2dc44ac63d.tar.xz
clk: tegra: Fix duplicated SE clock entry
The periph_clks[] array contains duplicated entry for Security Engine clock which was meant to be defined for T210, but it wasn't added properly. This patch corrects the T210 SE entry and fixes the following error message on T114/T124: "Tegra clk 127: register failed with -17". Fixes: dc37fec48314 ("clk: tegra: periph: Add new periph clks and muxes for Tegra210") Tested-by Nicolas Chauvet <kwizart@gmail.com> Reported-by Nicolas Chauvet <kwizart@gmail.com> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Link: https://lore.kernel.org/r/20201025224212.7790-1-digetx@gmail.com Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/tegra/clk-id.h')
-rw-r--r--drivers/clk/tegra/clk-id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/tegra/clk-id.h b/drivers/clk/tegra/clk-id.h
index ff7da2d3e94d..24413812ec5b 100644
--- a/drivers/clk/tegra/clk-id.h
+++ b/drivers/clk/tegra/clk-id.h
@@ -227,6 +227,7 @@ enum clk_id {
tegra_clk_sdmmc4,
tegra_clk_sdmmc4_8,
tegra_clk_se,
+ tegra_clk_se_10,
tegra_clk_soc_therm,
tegra_clk_soc_therm_8,
tegra_clk_sor0,