On Mon, Oct 26, 2020 at 01:42:12AM +0300, Dmitry Osipenko wrote: > 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 > Reported-by Nicolas Chauvet > Signed-off-by: Dmitry Osipenko > --- > drivers/clk/tegra/clk-id.h | 1 + > drivers/clk/tegra/clk-tegra-periph.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) Acked-by: Thierry Reding